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

BarResLocalizer.Language Property

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

Namespace: DevExpress.XtraBars.Localization

Assembly: DevExpress.XtraBars.v19.1.dll

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

See Also