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

EditorLocalizer Class

A base class that provides necessary functionality for custom localizers of the Data Editors library.

Namespace: DevExpress.Xpf.Editors

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public class EditorLocalizer :
    DXLocalizer<EditorStringId>

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

Inheritance

Object
DevExpress.Utils.Localization.XtraLocalizer
See Also