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.Language Property

Specifies the application’s language.

#Declaration

Delphi
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