Need help regarding internationalization of iPhone application

Posted by Taufeeq Ahmed on Stack Overflow See other posts from Stack Overflow or by Taufeeq Ahmed
Published on 2010-05-15T06:47:08Z Indexed on 2010/05/15 6:54 UTC
Read the original article Hit count: 439

Filed under:
|

I have provided support for two languages, English and Chinese, in my iPhone application. I use string files for the languages using "key"-"value" pairs and my application displays the appropriate language using NSLocalizedString(@"Fund red not red?", @"").

I get only Chinese text when I run the app in XCode. How can I switch to different languages in XCode (iPhone simulator)?

© Stack Overflow or respective owner

Related posts about iphone-simulator

Related posts about iphone