My notes on adding localization to an iOS app
Setup:
- Create the Localization.strings file from file -> strings file
- click the .strings file and in the right pan, click localize
- Click the .strings file again and you can now add sub-languages
- in scehme, add spanish etc.
- Add language content, see the format paragraph:
Format:
In the sub .strings file name …spanish.strings add:
"Freedom" = "Libre";
"The world" = "El mundo";