Add localization

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.
  1. Within Xcode, select your project (ghc-ios).
  2. Add supported languages in Localizations panel.
  3. Find the localization file in Supporting Files >> Localizable.strings. The localization file is a key-value file.
  4. In the project, use NSLocalizedString instead of NString everywhere you want to localize a string.