Skip to main content

Localizing Your DevExpress-powered .NET App – Your Feedback Matters

We hope to validate a few hypotheses about our Localization Service, Unified Component Installer, overall localization quality, and ways to translate strings in general.

Take the survey Not interested

TcxLocalizer.LanguageIndex Property

Specifies the application’s language by its index in the Languages collection.

#Declaration

Delphi
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