Question

Im new to internationalization

i followed this steps ,

  • Clicked the "make localized" on my nib files that needed localization
  • Went to project settings , enabled base internationalization

enter image description here

  • Added a few languages
  • Settings controller and Settings xib looks like this

enter image description here

  • Changed some strings in settings.strings(another language)
  • build and run , change language
  • at the settings controller, changes are not reflected

checking my finder's project folder i see the en , cn , ko project folders

I seem to be missing an important step here

Was it helpful?

Solution

look this: http://developer.apple.com/library/ios/#referencelibrary/GettingStarted/RoadMapiOS/chapters/InternationalizeYourApp/InternationalizeYourApp/InternationalizeYourApp.html

This tutorial will help you localize the following text:

  1. The text in the storyboards for both languages
  2. The string that the app constructs and displays when users click the Hello button
  3. The name of the app as displayed to users
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top