Skip to main content
A newer version of this page is available.

ASPxResLocalizerBase<T>.Language Property

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

Namespace: DevExpress.Web.Localization

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public override string Language { get; }

Property Value

Type Description
String

A String specifying the language used to localize the user interface.

Remarks

This property can be overridden in one of the ASPxResLocalizerBase<T> class descendants to specify the end-user’s native language, used to localize the user interface.

See Also