Back to Devexpress

BarsLocalizer Class

wpf-devexpress-dot-xpf-dot-bars-c0994946.md

latest1.9 KB
Original Source

BarsLocalizer Class

A base class that provides necessary functionality for custom localizers of the Toolbar-Menu and Ribbon Controls.

Namespace : DevExpress.Xpf.Bars

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public class BarsLocalizer :
    DXLocalizer<BarsStringId>
vb
Public Class BarsLocalizer
    Inherits DXLocalizer(Of BarsStringId)

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 BarsLocalizer class, refer to the Localizing WPF Controls via Localizer Objects document.

Inheritance

Object XtraLocalizer XtraLocalizer<DevExpress.Xpf.Bars.BarsStringId> DXLocalizer<DevExpress.Xpf.Bars.BarsStringId> BarsLocalizer

See Also

BarsLocalizer Members

DevExpress.Xpf.Bars Namespace