Skip to main content
Bar

BarsLocalizer.Active Property

Gets or sets a localizer object providing localization of the user interface at runtime.

Namespace: DevExpress.Xpf.Bars

Assembly: DevExpress.Xpf.Core.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public static XtraLocalizer<BarsStringId> Active { get; set; }

Property Value

Type Description
XtraLocalizer<DevExpress.Xpf.Bars.BarsStringId>

An XtraLocalizer<T> descendant, used to localize the user interface at runtime.

Remarks

Note

Important: Not all strings can be translated via Localizer classes. Some components contain form resources (e.g., the XtraReports Search dialog), and the only way to translate them is to create satellite assemblies. Thus, localization via resources is the preferable solution.

For more information on utilizing the Active property, refer to the Localizing WPF Controls via Localizer Objects document.

See Also