Highcharts French Translation Javascript Code

Simple Javascript code to translate the Highchart Tools in french language.
Put this code before calling for a new Highchart graphic

Highcharts French Translation Javascript Code

Hope this help.

5 Responses

  1. dartaloufe says:

    yes it is!

    thanks

  2. josse34 says:

    Grand merci!!!!!!!!

  3. PofMagicfingers says:

    Merci !

  4. Souleymane Thiongane says:

    thanks

  5. Bastien says:

    Super, merci bcp !

    J’ai apporté qq corrections (surement leur code qui a changé depuis ce post) et ajouts (û pour août, majuscule aux mois, printchart, noData). Là il ne manque que drillUpText et numericSymbols :

    Highcharts.setOptions({
    lang: {
    months: [‘Janvier’, ‘Février’, ‘Mars’, ‘Avril’, ‘Mai’, ‘Juin’, ‘Juillet’, ‘Août’, ‘Septembre’, ‘Octobre’, ‘Novembre’, ‘Décembre’],
    weekdays: [‘Dimanche’, ‘Lundi’, ‘Mardi’, ‘Mercredi’, ‘Jeudi’, ‘Vendredi’, ‘Samedi’],
    shortMonths: [‘Jan’, ‘Fev’, ‘Mar’, ‘Avr’, ‘Mai’, ‘Juin’, ‘Juil’, ‘Août’, ‘Sept’, ‘Oct’, ‘Nov’, ‘Déc’],
    decimalPoint: ‘,’,
    printChart: ‘Imprimer’,
    downloadPNG: ‘Télécharger en image PNG’,
    downloadJPEG: ‘Télécharger en image JPEG’,
    downloadPDF: ‘Télécharger en document PDF’,
    downloadSVG: ‘Télécharger en document Vectoriel’,
    loading: ‘Chargement en cours…’,
    contextButtonTitle: ‘Exporter le graphique’,
    resetZoom: ‘Réinitialiser le zoom’,
    resetZoomTitle: ‘Réinitialiser le zoom au niveau 1:1’,
    thousandsSep: ‘ ‘,
    decimalPoint: ‘,’,
    noData: ‘Pas d’information à afficher’
    }
    });

Leave a Reply