Skip to main content

DiagramControlLocalizer Class

A base class that provides necessary functionality for custom localizers of the Diagram Control.

Namespace: DevExpress.Diagram.Core.Localization

Assembly: DevExpress.Diagram.v23.2.Core.dll

NuGet Package: DevExpress.Diagram.Core

Declaration

public class DiagramControlLocalizer :
    XtraLocalizer<DiagramControlStringId>

Remarks

Note

Important: Not all strings can be translated via Localizer classes. Some components contain form resources, 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 DiagramControlLocalizer class, refer to the Localizing WinForms Controls via Localizer Objects and Localizing WPF Controls via Localizer Objects documents.

Inheritance

Object
XtraLocalizer
XtraLocalizer<DevExpress.Diagram.Core.Localization.DiagramControlStringId>
DiagramControlLocalizer
See Also