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

VGridResLocalizer.Language Property

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

Namespace: DevExpress.XtraVerticalGrid.Localization

Assembly: DevExpress.XtraVerticalGrid.v20.2.dll

NuGet Package: DevExpress.Win.VerticalGrid

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 VGridResLocalizer class descendants to specify the end-user’s native language, used to localize the user interface.

See Also