Re: Developing an app interface in a language other than English
Re: Developing an app interface in a language other than English
- Subject: Re: Developing an app interface in a language other than English
- From: Quincey Morris <email@hidden>
- Date: Fri, 5 Mar 2010 23:14:36 -0800
On Mar 5, 2010, at 19:13, Flavio Donadio wrote:
> I am developing some applications for my business. Since English is not our native language and I don't intend on distributing these applications outside my business, I don't see fit in developing the interface in English.
>
> Is there a way to develop my interface only in my native language? How can I achieve that in XCode / Interface Builder?
>
> I tried to add localizations for my language to all the resources and then remove the English localizations. When I tried to build, XCode complained about not finding English.lproj/InfoPlist.strings, in the Copy Files build phase.
Your 'info.plist' file has a key, CFBundleDevelopmentRegion, which is normally set to English. I'd imagine that resources for that language are always required, so that's why you're seeing Xcode complain. Changing this key to your native language should allow that language to be your one and only localization.
See:
http://developer.apple.com/mac/library/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html#//apple_ref/doc/uid/20001431-130430
_______________________________________________
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