Localization

23 Jan 20181 minute to read

Chart supports localization for its axis labels and tooltip. To render the chart with specific culture, refer to the corresponding globalize culture script, and specify the culture name in Locale property of chart.

  • CSHTML
  • <!--Refer french globalize culture script-->
    <script src="../scripts/cultures/globalize.culture.fr-FR.min.js"></script>
    
    <ej-chart id="chartContainer" locale="fr-FR">
    </ej-chart>