Skip to main content
A newer version of this page is available. .

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

NuGet Package: DevExpress.Win.Navigation

Declaration

public static BarLocalizer Active { get; set; }

Property Value

Type Description
BarLocalizer

A BarLocalizer class descendant, used to localize the user interface at runtime.

Remarks

Note

There are controls that only satellite assemblies can translate (for example, the Search dialog in XtraReports). We recommend that you use satellite assemblies to translate the application. Also, note that satellite assemblies are ignored if you use a custom localizer.

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

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the Active property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also