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

XtraLocalizer<T>.Language Property

Returns the name of the language currently used by this localizer object.

Namespace: DevExpress.Utils.Localization

Assembly: DevExpress.Data.v24.2.dll

NuGet Package: DevExpress.Data

#Declaration

public virtual string Language { get; }

#Property Value

Type Description
String

A String value that specifies the language of the user interface localization.

#Remarks

To translate the user interface to a specific language, override this property in a descendant of the XtraLocalizer<T> class.

See Also