Taufeeq Ahmed
Taufeeq Ahmed

Reputation: 21

Need help regarding internationalization of iPhone application

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)?

Upvotes: 2

Views: 1524

Answers (1)

Andiih
Andiih

Reputation: 12413

go to settings on the simulated iPhone and change the locale

Upvotes: 2

Related Questions