Commissioning Manual
302 01/2017
Language-dependent texts are used for:
● Softkey labels
● Headers
● Help texts
● Any other texts
Creating language-dependent texts
Structure of text file
The XML files with the language-dependent texts must be created in UTF8 format:
Example oem_aggregate_eng.ts
<?xml version="1.0" encoding="UTF-8" ?>
<translation>Hello World</translation>
Example oem_aggregate_deu.ts
<?xml version="1.0" encoding="UTF-8" ?>
<translation>Halo Welt</translation>
General structure
Structure and instructions of the script file for dialog configuration
All dialog configurations should be stored in the
tag.
<DialogGui>
…
</DialogGui>
<?xml version="1.0" encoding="utf-8"?>
<DialogGui>
…
<FORM name ="Hello_World">
<INIT>
<CAPTION>Hello World</CAPTION>