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.v24.2.dll
NuGet Package: DevExpress.Data
#Declaration
public static XtraLocalizer<T> Active { get; set; }
#Property Value
Type | Description |
---|---|
Xtra |
A Xtra |
#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.
Note
Call the XtraXtra
).