BarLocalizer.Active Property
Gets or sets a localizer object providing localization of the user interface at runtime.
Namespace: DevExpress.XtraBars.Localization
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public static XtraLocalizer<BarString> Active { get; set; }
#Property Value
Type |
---|
Xtra |
#Remarks
Note
There are controls that only satellite assemblies can translate (for example, the Search dialog in Xtra
For more information on utilizing the Active property, refer to the Localizing WinForms Controls via Localizer Objects document.