Skip to main content

TcxLocalizer.Language Property

Specifies the application’s language.

Declaration

property Language: string read; write;

Property Value

Type
string

Remarks

Use this property to translate the application’s UI into another language. If resource strings for this language haven’t been specified, default values will be used instead.

The Language, LanguageIndex and Locale properties are interchangeable, and mutually influence each other.

If a language has been dynamically changed at runtime, the localizer is automatically deactivated (the Active property is set to False). Set the Active property to True, to reactivate the localizer.

See Also