Skip to main content
A newer version of this page is available.
All docs
V18.2

DataAccessUIResLocalizer.Language Property

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

Namespace: DevExpress.DataAccess.UI.Localization

Assembly: DevExpress.DataAccess.v18.2.UI.dll

Declaration

public override 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 DataAccessUIResLocalizer class.

See Also