Need help regarding internationalization of iPhone application
- by Taufeeq Ahmed
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)?