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

DiagramControlLocalizer Class

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

Namespace: DevExpress.Diagram.Core.Localization

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

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<DevExpress.Diagram.Core.Localization.DiagramControlStringId>
DiagramControlLocalizer
See Also