Localize your GWC hybrid mode application for iOS.
To localize the application, you must be using the Xcode development
environment.
Follow this procedure to localize your GWC hybrid mode application for iOS.
- Within Xcode, select your project (ghc-ios).
- Add supported languages in Localizations panel.
- Find the localization file in Supporting Files >> Localizable.strings.
The localization file is a key-value file.
- In the project, use NSLocalizedString instead of NString
everywhere you want to localize a string.