Quantcast
Channel: MacOS Coders
Viewing all articles
Browse latest Browse all 20

Localizing Settings.bundle

$
0
0

For adding internationalization support to iPhone Settings.bundle, follow these steps:-
1. Close the Xcode IDE
2. Drag and duplicate the settings bundle onto the desktop (or wherever)
3. Open bundle contents by selecting “Show Package Contents” from the right click menu options
4. Drag Root.strings into the en.lproj folder
5. Duplicate the en.lproj folder and rename to whatever language you want (using 2-letter code. Eg: fr.lproj for French)
6. Replace the original settings bundle with the new one.
7. Open Xcode IDE and the new files and folders should be there
This methods works fine in the simulator and on my iPhone device.


Viewing all articles
Browse latest Browse all 20

Trending Articles