Localizing the app strings
All strings displayed in the app are already localized to English, French, German, and Spanish. These localizations appear as child entries in the Xcode project hierarchy under Resources > Localizable. If you need to add your own localization of the app strings, follow this procedure.
About this task
Each
langcode.lproj folder contains
two files:
- InfoPlist.strings contains a subset of the property keys, which are localized.
- Localizable.strings contains all of the application's localized UI strings.
Procedure
Results
What to do next
Parent topic: The app strings
Related tasks