Language and Translations

ADDING LANGUAGES

LOCATION OF DIRECTORIES:

resources/lang

resources/lang/sv/strings.json

DESCRIPTION

The resources/lang directory holds the available languages that your SWF(Signing work flow) will make use of. For each directory that exist means there is an option of translations available.

The string.json file is where all the translation key and values are located. You can make changes here to your desired translations & messages.



IMPORTANT

By default, the application uses Swedish translations.

Language dropdown is disabled by default. You need to modify the theme.json file to enable this feature.

You must add translations for newly added language options.

CHANGE DEFAULT LANGUAGE

TBD

ENABLE CHANGE LANGUAGE MENU

This feature is available by modifying the theme.json file. See example below:

<p>resources/settings/theme.json
{
  "enableLangauge": true
}
</p>
Click to copy