Re: Localization and Build Configurations
Re: Localization and Build Configurations
- Subject: Re: Localization and Build Configurations
- From: Damien Bobillot <email@hidden>
- Date: Tue, 3 Jan 2006 20:04:15 +0100
Nick Nallick wrote :
I'm working on a new localization. In CodeWarrior I include the
experimental localization in my debug build but not in my release
build. How do I set up my Xcode project to include this
localization only in the release build configuration?
AFAIK, you can't. (You may do it by creating two targets, but I don't
think you'll like this solution)
However, I don't think it's a good idea to localize an application
directly from Xcode, especially for nib files : nib files always
contain much information not related to any language (connections for
instance). If you need to make changes to the nib in the futur,
you'll have to modify all localized versions. With only 2
localizations, it's still feasible, but with 3, 4 or even 10 it will
be the source of many bugs...
Personally, I prefere developing applications in only one langage,
and localize them after with dedicated tools like AppleGlot or
iLocalize.
--
Damien Bobillot
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden