Localizer.Active Property
Gets or sets a localizer object providing localization of the editors’ interface at runtime.
Namespace: DevExpress.XtraEditors.Controls
Assembly: DevExpress.XtraEditors.v22.2.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
XtraLocalizer<StringId> | A Localizer descendant which is used to localize the editors’ interface at runtime. |
Remarks
The active Localizer provides default captions for all editors’ elements. You must create a Localizer descendant to localize the editors. Once an appropriate Localizer descendant is created, assign it to the static Active property for it to take effect.
Please refer to the Localization topic for detailed information on how editors can be localized.