Localize Localizable.strings with Xcode 4.5

11,271

If you select your top level project file in the Project Navigator, and then in the area on the right select your project under "PROJECT" and more to the right click the "Info" pane, there is a part called "Localizations" where you can add new languages to your project. Once done, you can add these languages to any file you wish to localize.

This is for Xcode 4.4.1 but I am pretty sure 4.5 allows this as well.

Share:
11,271
Fry
Author by

Fry

iOS Developer

Updated on June 25, 2022

Comments

  • Fry
    Fry almost 2 years

    Possible Duplicate:
    Localization - Add additional language to localizable.strings file

    With Xcode 4.5 SDK iOS 6.0, I cannot add localization to Localizable.strings file. In Xcode 4.4.1- under the list of all added languages was a "+" to add other languages. But in Xcode 4.5 I can't see it and I can't add any other languages apart the default English.

    enter image description here

    Someone has resolved this problem ?

    Thanks !

  • jjxtra
    jjxtra over 11 years
    How do you add a second localizable strings file in the case where you want a separate table?