문제

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

도움이 되었습니까?

해결책

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
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top