ios simulator - Need help regarding internationalization of iPhone application -


I have provided support for two languages, English and Chinese in my iPhone application. I use strings files for languages ​​using the "key" - "value" pair and my application NSLocalizedString (@ "red red or red?", @ "") .

When I run an app in xcode, I get only Chinese text, how can I switch to different languages ​​in XCode (iPhone simulator)?

Go to Settings on Simulated iPhones and Change Locale


Comments