Customizing texts of the Service Container module is done in *.properties
files.
- Text translations are included with Airlock IAM for the following languages:
- German
- English
- French
Customizing texts of the Service Container module is done in *.properties
files.
We recommend creating empty property file(s) to prepare for text changes.
With Airlock IAM 8.0 and later, ISO/IEC 8859-1 (aka Latin-1) encoding for *.properties
files is no longer supported. Property files must be UTF-8 encoded.
strings_de.properties
, strings_en.properties
(and so on) in the directory ./instances/<instance-name>/servicecontainerapp-texts/
.strings_de.properties
, strings_en.properties
(and so on) in the directory ./instances/<instance-name>/servicecontainerapp-texts/
.After creating empty language property file(s), copy the required template texts from one of the original strings_*.properties
files, e.g. from the strings_en.properties
file. Copy the resource keys, including the corresponding template text.
app/service-container/WEB-INF/classes/
strings_en.properties
to customize English texts."Running services:"
.Step 1.
) and adapt the wording as required.Do not make changes to the original strings_*.properties
file, i.e. do not make any changes to the original template files as these files will be overwritten without notice during updating and installation procedures. Only add those text elements to the newly created properties files, which should be customized, not all text elements.