Skip to main content

Localizing Your DevExpress-powered .NET App – Your Feedback Matters

We hope to validate a few hypotheses about our Localization Service, Unified Component Installer, overall localization quality, and ways to translate strings in general.

Take the survey Not interested

BarLocalizer Class

A base class that provides necessary functionality for custom localizers of the Ribbon, Menu and Docking library.

Namespace: DevExpress.XtraBars.Localization

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

public class BarLocalizer :
    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 BarLocalizer class, refer to the Localizing WinForms Controls via Localizer Objects document.

#Inheritance

See Also