Configure Languages and Texts¶
For SEAL Print Client, you can add a new language or change specific texts in an existent language.
Add a New Language¶
-
Change to the
C:\Program Files\SEAL Systems\seal-operator-ui\dist\assets\i18n
directory. -
Copy an existent language file, such as
en.json
to a new language file,<language>.json
. -
Translate the values of the keys in the new language file,
<language>.json
. -
In the configuration of the
seal-operator-ui
service, add the new language<language>
to theAVAILABLE_LANGUAGES
key. -
Close and reopen SEAL Print Client.
Change a Text in an Existent Language¶
-
Change to the
C:\Program Files\SEAL Systems\seal-operator-ui\dist\assets\i18n
directory. -
Add an additional language file
<language>-diff.json
for the language in which you want to change a text. -
Change the values of the keys in the additional language file,
<language>-diff.json
. -
Close and reopen SEAL Print Client.