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

DataAccessUILocalizer.Active Property

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

Namespace: DevExpress.DataAccess.UI.Localization

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

Declaration

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

Property Value

Type Description
XtraLocalizer<DataAccessUIStringId>

An XtraLocalizer<T> descendant used to localize the user interface at runtime.

Remarks

To manually localize the user interface, create the DataAccessUILocalizer class descendant, and assign this object to the static Active property.

See Also