Back to Devexpress

ChartLocalizer Class

wpf-devexpress-dot-xpf-dot-charts-dot-localization.md

latest1.8 KB
Original Source

ChartLocalizer Class

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

Namespace : DevExpress.Xpf.Charts.Localization

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public class ChartLocalizer :
    XtraLocalizer<ChartStringId>
vb
Public Class ChartLocalizer
    Inherits XtraLocalizer(Of ChartStringId)

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

Inheritance

Object XtraLocalizer XtraLocalizer<ChartStringId> ChartLocalizer

See Also

ChartLocalizer Members

DevExpress.Xpf.Charts.Localization Namespace