Hi
I’m using the URL to get embedded PNG graphs for my reports in many languages.
Some of my reports must be in Chinese but when I set
language=cn
the charts labels (Visits, Visitors…) are in English.
How can I get Chinese Charts?
Thanks
Hi
I’m using the URL to get embedded PNG graphs for my reports in many languages.
Some of my reports must be in Chinese but when I set
language=cn
the charts labels (Visits, Visitors…) are in English.
How can I get Chinese Charts?
Thanks
You can find all language codes here: http://demo.piwik.org/index.php?module=API&method=LanguagesManager.getAvailableLanguages&format=xml&token_auth=anonymous
To get chinese graphs try:
&language=zh-cn
or
&language=zh-tw
Hi Matt
thanks for your quick response. Seems to work but I get squares instead of chinese characters. (see attached capture)
Regards