Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>i have been doing exactly this for my apps.</p> <p>as i change the default language for the phone, it properly picks up the names in each of my infoPlist.strings files.</p> <p>but i did this from scratch. i don't know if you will have to back up to get the behavior you want. perhaps save aside your various infoPlist.strings files from any localization folders, then perform the following steps, and then re-insert your contents from your current infoPList.strings files into your newly created files from the following steps.</p> <p>i am using Xcode 4.3 . the steps:</p> <p>1) set up the strings you want in for your default language in info-plist.strings. you should end up with a single file:</p> <p><img src="https://i.stack.imgur.com/tUWbV.png" alt="first infoPlist.strings file"></p> <p>2) now, open up the File Inspector</p> <p><img src="https://i.stack.imgur.com/5Gxpn.png" alt="enter image description here"></p> <p>3) in the inspector on the far right, you can now click the + sign at the bottom of the navigator:</p> <p><img src="https://i.stack.imgur.com/E5Wg9.png" alt="enter image description here"></p> <p>4) once you've chosen your language(s) of interest, they'll show up in your project navigator on the left as follows:</p> <p><img src="https://i.stack.imgur.com/9wluj.png" alt="enter image description here"></p> <p>you also can do this for Localizable.strings and other files (such as the index.html in the following example photo):</p> <p><img src="https://i.stack.imgur.com/aolGt.png" alt="enter image description here"></p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload