> My project has
> 1. en_GB.lproj
> 2. en_US.lproj
> 3. en.lproj
> Directories. Each time even if I change region setting, always strings from 
> en.lproj directory is displayed.
> 
Are you relaunching your application between changes to the region?

Does your application’s preference domain have an overridden AppleLanguages or 
AppleLocale value?

What is the output of these commands:

defaults read -g AppleLanguages
defaults read -g AppleLocale

defaults read $YOUR_BUNDLE_IDENTIFIER AppleLanguages
defaults read $YOUR_BUNDLE_IDENTIFIER AppleLocale

replacing the bundle identifier in the second as appropriate

Cheers,
Keith

_______________________________________________

Cocoa-dev mailing list ([email protected])

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to