Configuring localization

Localization is a means of changing the language of the wizard application.

Note: "Localization" and "user profile" are not in the initial release.

All text labels for the user interface are stored in a resource file that is read by the Server and used for presentation. The user profile contains a setting for selecting the resource file to use. This localizes the user interface.

In localization, all text labels for the user interface are stored in a resource file which is read by the server and used for presentation.

The supplied resources-en-us.json file (English) is used as the template for the new language. This contains all the keys/values for the words.

  1. Copy this file and rename it to your language, for example, resources-us-language.json.
  2. Update the line selected-language-id: en-us to reflect the new language by changing en-us.
  3. Then, change the words to the new language.
  4. After that, change config.json to use the new resource file.