Language Support:
All GUI-Programms, generated by WDSibyl includes support for multiple languages. The language is chosen by one of the following criteria.- The language from the System.
- The language stored in the INI-file.
- The language can be overriden by the parameter »-LNG=<Language>«. (ex: »de« for german language)
File: <Projekt-Name>_<Sprache>.LNG
Sample: TestSPCC_DE.LNG
Data structure of the language file:
<Typ>_<UniqueName>_<Property> <Text>
<Typ>_<UniqueName>_<Property> <Text>
Typ ................... Typ of the object. At this time WDSibyl support »CL« and »MI«.
UniqueName ....... Unique Name of the Object. (Every class has the property »UniqueName«.)
Property ............. At this time WDSibyl supports »Caption« and »Hint«.
Text .................. Output-text.
Important: Attend the space between <Property> and <Text>. To enable the language support, the form must have the property »LanguageSupport« enabled.
Planned Languages: French, Italien, Russian und Ukrainian.
Samples:
for Form:
CL_FrmTest_Caption Mainform
CL_FrmTest_Hint This is the Mainform
for Buttons:
Cl_FrmTest\BitBtn_Caption Please Click
Cl_FrmTest\BitBtn_Hint Open new Click
for Menus:
MI_FrmTest\MenuItem1_Caption ~Open
MI_FrmTest\MenuItem2_Caption Open
Letzter Editor: ARoederer
:: Eigentümer: ARoederer