FAQ: Localisation (switching to English/French,German ...)

    • Offizieller Beitrag

    Q: Is it possible to change the language used by the hints, messages and dialogs in TextDynamic ?

    A: Yes. Almost all strings can be updated by a certain XML file which is also stored in the 'package' file. The file buttons.pcc already contains strings in several languages.

    When you have loaded the PCC file (Use SetLayout API) you can switch to a different language using the name of the XML tag in the <loc> level. To select German you can use WPDLLInt1.SetLanguage("DE"), French will be selected by WPDLLInt1.SetLanguage("FR").

    Regards,

    Julian Ziersch