Need help regarding internationalization of iPhone application
I have provided support for two languages, En开发者_如何学编程glish 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)?
go to settings on the simulated iPhone and change the locale
精彩评论