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

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.v18.1.dll

Declaration

public class BarLocalizer :
    XtraLocalizer<BarString>

The following members accept/return BarLocalizer objects:

Remarks

Note

Important: Not all strings can be translated via Localizer classes. Some components contain form resources (e.g., the XtraReports Search dialog), which must be translated via satellite assemblies, so localization via resources is recommended.

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

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

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