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

BarResLocalizer Class

A default localizer to translate resources for WinForms Ribbon, Menu and Docking.

Namespace: DevExpress.XtraBars.Localization

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

public class BarResLocalizer :
    XtraResXLocalizer<BarString>

#Remarks

Normally, you do not need to manually use an instance of the BarResLocalizer class. Instead, use satellite assemblies as described in the Localizing WinForms Controls via Satellite Resource Assemblies tutorial.

#Inheritance

Object
XtraLocalizer
XtraLocalizer<BarString>
DevExpress.Utils.Localization.XtraResXLocalizer<BarString>
BarResLocalizer
See Also