Back to Devexpress

BarLocalizer.Active Property

windowsforms-devexpress-dot-xtrabars-dot-localization-dot-barlocalizer.md

latest1.8 KB
Original Source

BarLocalizer.Active Property

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

Namespace : DevExpress.XtraBars.Localization

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public static XtraLocalizer<BarString> Active { get; set; }
vb
Public Shared Property Active As XtraLocalizer(Of BarString)

Property Value

Type
XtraLocalizer<BarString>

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.

See Also

BarLocalizer Class

BarLocalizer Members

DevExpress.XtraBars.Localization Namespace