I have a CocoaTouch app that's localized using NSLocalizedString() and NSLocalizedStringFromTable(). I would like to give the user the option to change language on some part of the program but I couldn't find any call or function for selecting the locale into the program. I found that I can get the current preferred locale with [NSUserDefaults standardUserDefaults] @"AppleLanguages" key, but that's all...

Should I rewrite the routines to read directly from the string tables or there is some function/method I didn't find to do this?

TIA,
gt

_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to