BarLocalizer.Active Property
Gets or sets a localizer object providing localization of the user interface at runtime.
Namespace: DevExpress.XtraBars.Localization
Assembly: DevExpress.XtraBars.v20.2.dll
Declaration
public static BarLocalizer Active { get; set; }
Public Shared Property Active As BarLocalizer
Property Value
Type | Description |
---|---|
BarLocalizer | A BarLocalizer class descendant, used to localize the user interface at runtime. |
Remarks
NOTE
Not all strings can be translated via Localizers. Specific components contain form resources (for example, the XtraReports Search dialog), which should use satellite assemblies for translation.
For more information on utilizing the Active property, refer to the Localizing WinForms Controls via Localizer Objects document.
See Also
Feedback