See Google docs Downloading Charts Using a Specific Locale .
By default, Google Chart libraries load with the language version specified by the browser. You can override this default value by explicitly specifying the locale in the boot options.
For example:
google.load('visualization', '1', {'packages':['corechart'], 'language': 'ja'});
Anto Jurković
source share