Changing the language for NSLocalizedString() in run time

Posted by user117758 on Stack Overflow See other posts from Stack Overflow or by user117758
Published on 2009-06-05T02:46:34Z Indexed on 2010/06/01 3:03 UTC
Read the original article Hit count: 322

Filed under:
|
|

I have an iPhone application which has a button to change display language in run time. I have looked at NSLocalizedString() which will return the appropriate strings according to system preference. What are my options rather than hard coding all the display strings and return according to user language selection in run time? Any pointers will be much appreciated.

© Stack Overflow or respective owner

Related posts about iphone

Related posts about cocoa