Changing the app language
Changing the app language
- Subject: Changing the app language
- From: "Jeff Bland" <email@hidden>
- Date: Fri, 27 Jul 2007 10:34:07 -0600
Hey everyone,
In the preferences pane of my application, I'm trying to setup a language
option. The application uses NSLocalizedString() throughout - which of
course grabs the localized string for the most preferred language that my
application supports. Is there a way to have NSLocalizedString() or a
similar function read a string for a specific language regardless of the
preferred languages in the user preferences, such that when a user of my
application takes the language setting off "Default" and sets it on a
specific language - I can grab the localized strings for that language.
I realize I could locate the strings file for a particular language and
parse it myself, but if theres a way to get the system to do it, that would
be better :)
Thanks!
_______________________________________________
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