TcxLocalizer.LanguageIndex Property
Specifies the application’s language by its index in the Languages collection.
Declaration
property LanguageIndex: Integer read; write;
Property Value
Type |
---|
Integer |
Remarks
The LanguageIndex, Language 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