Re: How to support an Application with International languages.
Re: How to support an Application with International languages.
- Subject: Re: How to support an Application with International languages.
- From: "Paolo Manna" <email@hidden>
- Date: Thu, 5 Jul 2007 16:06:44 +0100
Please suggest me, How to identify our current system language.?
As it was said, you don't normally need to do anything, other than
adding your translations and let the system pick the right one
according to the user preferences.
However, if you really, really have a special need to know what the
language preferences of the user are, the line:
NSArray *appleLanguages = [[NSUserDefaults standardUserDefaults]
objectForKey: @"AppleLanguages"];
will return a list of language codes, in the order the user has set them.
Paolo
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden