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


1 answer


go to settings on the simulated iPhone and change the locale



+2


a source







All Articles