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

Specifies a set of languages that will be available for localization.

#Declaration

Delphi
property Languages: TcxLanguages read;

#Property Value

Type
TcxLanguages

#Remarks

Use this property to determine languages that are available for localization, and access a language which will be used for localization.

You can also use this property to add a language dynamically via code.

See Also