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

ChartLocalizer Class

Provides a means to localize the ASP.NET Chart and WinForms Chart‘s UI elements at runtime.

Namespace: DevExpress.XtraCharts.Localization

Assembly: DevExpress.XtraCharts.v24.2.dll

NuGet Package: DevExpress.Charts

#Declaration

public class ChartLocalizer :
    XtraLocalizer<ChartStringId>

#Remarks

Use the ChartLocalizer class to access default (en) culture resource string values and override them at runtime.

See the following help topics for more information:

#Inheritance

Object
XtraLocalizer
XtraLocalizer<DevExpress.XtraCharts.Localization.ChartStringId>
ChartLocalizer
See Also