1.5 Language dependency
Language-dependent texts are used for:
●
Softkey labels
●
Headers
●
Help texts
● Any other texts
The language-dependent texts are stored in text files.
Note
You will need to perform the following steps when using these text files:
●
Make them available in the required languages.
●
Transfer them into the relevant language directories of the control system.
1.6 XML identifier
1.6.1 General structure
Structure and instructions of the script file for dialog configuration
All dialog configurations should be stored in the DialogGui tag.
<DialogGui>
…
</DialogGui>
Example:
<?xml version="1.0" encoding="utf-8"?>
<DialogGui>
…
<FORM name ="Hello_World">
<INIT>
<CAPTION>Hello World</CAPTION>
</INIT>
...
</FORM>
</DialogGui>
Generating user dialogs
1.6 XML identifier
Easy XML
14 Programming Manual, 10/2015, 6FC5397-3DP40-5BA3