DataAccessUILocalizer.Active Property
In This Article
Gets or sets a localizer object providing localization of the user interface at runtime.
Namespace: DevExpress.DataAccess.UI.Localization
Assembly: DevExpress.DataAccess.v24.2.dll
NuGet Package: DevExpress.DataAccess
#Declaration
public static XtraLocalizer<DataAccessUIStringId> Active { get; set; }
#Property Value
Type | Description |
---|---|
Xtra |
An Xtra |
#Remarks
To manually localize the user interface, create the DataAccessUILocalizer class descendant, and assign this object to the static Active property.
See Also