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

XtraLocalizer<T>.Active Property

Gets or sets a localizer object providing localization of the user interface at runtime.

Namespace: DevExpress.Utils.Localization

Assembly: DevExpress.Data.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data

Declaration

public static XtraLocalizer<T> Active { get; set; }

Property Value

Type Description
XtraLocalizer<T>

A XtraLocalizer<T> descendant, which is used to localize the user interface at runtime.

Remarks

By default, the Active property returns the XtraLocalizer<T> object currently used to localize the user interface. If you want to manually localize the user interface, you must create the XtraLocalizer<T> class descendant, and assign this object to the Active property.

See Also