language change

Resolved

hey , how can change language?

1 answer

WebDataRocks Team WebDataRocks March 2, 2018

Hi Alitolu!
Please look at this demo https://codepen.io/webdatarocks/pen/OQqOKq
It shows how to change the language to Spanish by adding the following lines to the report:

global: {
// you can change this path to your own
localization: "https://cdn.webdatarocks.com/loc/es.json"
}

Here are the detailed instructions for creating your own localization file: Language localization tutorial
Does it help?
Thanks