Install language packs for component files
Components may contain user interface text and error message text that may require translating into other languages.
To install language pack for component files:
Obtain the necessary
<lang>-<locale>.<comp>.zip
file from Bravura Security.Place the <lang>-<locale>.<version>.zip file in the \<instance>\component\ directory and unzip it.
Verify that language pack source files are correctly placed in the \<instance>\component\Language\ directory.
The structure must mirror the component repositories, but each component folder needs to only contain the KVG files.
Load the component files and generate the new skin files for the language.
From the \<instance>\script\ directory, run the following command:
manage_components.py load --patch
This process can take some time. The manage_components.py script loads the component files and generates skin files for them.
Close browsers if you have them open and then re-open them to test the changes.
If you do not see changes as expected, try clearing the browser cache before re-opening the browser.
When the new skins are generated, the en-us language tags are used as a set of defaults to fall back on. If a tag exists in the en-us language file and is missing or undefined in the foreign language files, the value of the corresponding en-us language tag is used instead