Managing SigningHub Languages
By default, SigningHub comes with a full set of languages that are featured by language files, in JSON format, located at the installation path. Configurators can always manage these language files and may also modify these language files to change the language text as needed, considering they know what they are doing.
Language files location
[SigningHub's installation directory]\web\Scripts\app\languages\
[SigningHub's installation directory]\admin\Scripts\app\languages\
[SigningHub's installation directory]\api\Scripts\app\languages\
[SigningHub's installation directory]\mobile\Scripts\app\languages\
[SigningHub's installation directory]\core\Scripts\app\languages\
How language files are organized
SigningHub keeps the language files separate for country names, time zones, signing reasons, email templates, and setting default language for SigningHub Web, Admin, API, Mobile and Core.
Adding a new language
- From the language files location, go to the relevant folder.
- Open the "supported-languages.json" file in a text editor of your choice.
- Add a new key-value pair in the following format: "en-us": "English" where the "en-us" is the key, and "English" is the value.
- Save the file.
- Add a new JSON file to the current language folder.
|
Deleting an existing language
- From the language files location, go to the relevant folder
- Delete the language file(s) from the folder
- Open the "supported-languages.json" file in a text editor of your choice.
- Remove the respective key-value pair from the file and save it.
The deleted files will no longer remain available for selection across SigningHub deployment. |
See Also