TXTextControl.Language Property

Determines the language in which Text Control displays dialog boxes and error messages. A Text Control has English and German as built-in languages, additional languages can be added with the ResourceFile property. The default language is the Windows system language. See Technical Articles - Resources for more information.

Syntax

TXTextControl.Language [= value]
Setting Description
41 German (Switzerland)
43 German (Austria)
49 German
else English

Data Types

Integer.

See Also