New to KendoReactStart a free 30-day trial

Globalization
Premium

Updated on Dec 19, 2025

The globalization process combines the translation of component messages with adapting them to specific locales.

For more information on how globalization practices are implemented in KendoReact, refer to the overview article. For more information on the globalization aspects which are available for each component, refer to the article on globalization support.

Internationalization

The internationalization process applies specific culture formats to a web application.

For more information, refer to:

Messages

The Chart Wizard supports the localization of its messages by utilizing the KendoReact Internationalization package.

The following table lists the built-in message keys and their default values.

Message KeyDefault Value
chartWizard.window.titleChart Preview
chartWizard.export.buttonExport
chartWizard.exportPDF.buttonPDF File
chartWizard.exportSVG.buttonSVG File
chartWizard.exportPNG.buttonPNG File
chartWizard.tab.chartChart
chartWizard.tab.dataData
chartWizard.tab.formatFormat
chartWizard.chart.barChart.expandTextBar Chart
chartWizard.chart.barChart.barBar
chartWizard.chart.barChart.stackedBarStacked Bar
chartWizard.chart.barChart.100%stackedBar100% Stacked Bar
chartWizard.chart.pieChart.expandTextPie Chart
chartWizard.chart.pieChart.piePie
chartWizard.chart.columnChart.expandTextColumn Chart
chartWizard.chart.columnChart.columnColumn
chartWizard.chart.columnChart.stackedColumnStacked Column
chartWizard.chart.columnChart.100%stackedColumn100% Stacked Column
chartWizard.chart.lineChart.expandTextLine Chart
chartWizard.chart.lineChart.lineLine
chartWizard.chart.lineChart.stackedLineStacked Line
chartWizard.chart.lineChart.100%stackedLine100% Stacked Line
chartWizard.chart.scatterChart.expandTextScatter Chart
chartWizard.chart.scatterChart.scatterScatter
chartWizard.data.configuration.expandTextConfiguration
chartWizard.data.configuration.categoryAxisCategory Axis
chartWizard.data.configuration.xAxisX Axis
chartWizard.data.configuration.valueAxisValue Axis
chartWizard.data.configuration.series.titleSeries
chartWizard.data.configuration.series.addAdd
chartWizard.format.chartArea.expandTextChart Area
chartWizard.format.chartArea.marginsMargins
chartWizard.format.chartArea.margins.autoAuto
chartWizard.format.chartArea.margins.leftLeft
chartWizard.format.chartArea.margins.rightRight
chartWizard.format.chartArea.margins.topTop
chartWizard.format.chartArea.margins.bottomBottom
chartWizard.format.chartArea.backgroundBackground
chartWizard.format.chartArea.background.colorColor
chartWizard.format.title.expandTextTitle
chartWizard.format.title.applyToApply to
chartWizard.format.title.chartTitleChart Title
chartWizard.format.title.chartSubtitleChart Subtitle
chartWizard.format.title.labelTitle
chartWizard.format.title.fontFont
chartWizard.format.title.fontPlaceholder(inherited font)
chartWizard.format.title.sizeSize
chartWizard.format.title.sizePlaceholderpx
chartWizard.format.title.colorColor
chartWizard.format.series.expandTextSeries
chartWizard.format.series.applyToApply to
chartWizard.format.series.allSeriesAll Series
chartWizard.format.series.colorColor
chartWizard.format.series.showLabelsShow Labels
chartWizard.format.legend.expandTextLegend
chartWizard.format.legend.showLegendShow Legend
chartWizard.format.legend.fontFont
chartWizard.format.legend.fontPlaceholder(inherited font)
chartWizard.format.legend.sizeSize
chartWizard.format.legend.sizePlaceholderpx
chartWizard.format.legend.colorColor
chartWizard.format.legend.positionPosition
chartWizard.format.legend.position.topTop
chartWizard.format.legend.position.bottomBottom
chartWizard.format.legend.position.leftLeft
chartWizard.format.legend.position.rightRight
chartWizard.format.categoryAxis.expandTextCategory Axis
chartWizard.format.xAxis.expandTextX Axis
chartWizard.format.categoryAxis.title.expandTextTitle
chartWizard.format.categoryAxis.title.placeholderAxis Title
chartWizard.format.categoryAxis.title.fontFont
chartWizard.format.categoryAxis.title.fontPlaceholder(inherited font)
chartWizard.format.categoryAxis.title.sizeSize
chartWizard.format.categoryAxis.title.sizePlaceholderpx
chartWizard.format.categoryAxis.title.colorColor
chartWizard.format.categoryAxis.labels.textLabels
chartWizard.format.categoryAxis.labels.fontFont
chartWizard.format.categoryAxis.labels.fontPlaceholder(inherited font)
chartWizard.format.categoryAxis.labels.sizeSize
chartWizard.format.categoryAxis.labels.sizePlaceholderpx
chartWizard.format.categoryAxis.labels.colorColor
chartWizard.format.categoryAxis.labels.rotation.textRotation
chartWizard.format.categoryAxis.labels.rotation.autoAuto
chartWizard.format.categoryAxis.labels.reverseOrderReverse Order
chartWizard.format.valueAxis.expandTextValue Axis
chartWizard.format.yAxis.expandTextY Axis
chartWizard.format.valueAxis.title.textTitle
chartWizard.format.valueAxis.title.placeholderAxis Title
chartWizard.format.valueAxis.title.fontFont
chartWizard.format.valueAxis.title.fontPlaceholder(inherited font)
chartWizard.format.valueAxis.title.sizeSize
chartWizard.format.valueAxis.title.sizePlaceholderpx
chartWizard.format.valueAxis.title.colorColor
chartWizard.format.valueAxis.labels.textLabels
chartWizard.format.valueAxis.labelFormatLabel Format
chartWizard.format.valueAxis.labelFormat.textText
chartWizard.format.valueAxis.labelFormat.numberNumber
chartWizard.format.valueAxis.labelFormat.currencyCurrency
chartWizard.format.valueAxis.labelFormat.percentPercent
chartWizard.format.valueAxis.labels.fontFont
chartWizard.format.valueAxis.labels.fontPlaceholder(inherited font)
chartWizard.format.valueAxis.labels.sizeSize
chartWizard.format.valueAxis.labels.sizePlaceholderpx
chartWizard.format.valueAxis.labels.colorColor
chartWizard.format.valueAxis.labels.rotation.textRotation
chartWizard.format.valueAxis.labels.rotation.autoAuto

The following example demonstrates how to load and apply the messages.

Change Theme
Theme
Loading ...

Right-to-Left Support

To utilize the RTL support for the Chart Wizard you should add dir="rtl" attribute to the body element of the page.