henghonglee
henghonglee

Reputation: 1812

Internationalization in xcode4.5 with base internationalization

Im new to internationalization

i followed this steps ,

enter image description here

enter image description here

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

I seem to be missing an important step here

Upvotes: 3

Views: 2027

Answers (1)

MeganZhou
MeganZhou

Reputation: 344

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

Upvotes: 1

Related Questions