Need help internationalizing an iPhone app
In my iPhone app, I supported two languages, English and Chinese. I am using strings files for languages using key - value pairs, and my application displays the appropriate language using NSLocalizedString(@"Fund red not red?", @"")
.
I only get Chinese text when I run my application in XCode. How can I switch to different languages in XCode (iPhone simulator)?
+2
a source to share