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.strings. If you need to add your own localization of the app strings, follow this procedure.
In the DeploymentKitApp project folder, the following project files appear in
Resources/Localizable.strings.
Procedure
- Duplicate the folder en.lproj.
- Rename the duplicate folder langcode.lproj, where langcode is the two letter international language code for your language.
- Localize the strings in the Localizable.strings file in its corresponding language folder.
- In the Xcode project, in the Navigator, right-click the Resources folder to display the menu.
- Click Add files to project, and then select the Localizable.strings file from your new language folder.
Copyright © Cloud Software Group, Inc. ALL RIGHTS RESERVED.