Open GoogleCodeExporter opened 9 years ago
For the time being, you can just call AjaxLoder directly. The
loadVisualizationApi() is just a convenience.
Original comment by zundel@google.com
on 24 Jan 2012 at 4:32
Indeed, I was trying that. Thanks for your reply
Original comment by fabien.g...@rtone.fr
on 24 Jan 2012 at 4:40
I tried my own load code but language option is not effective:
AjaxLoaderOptions options = AjaxLoaderOptions.newInstance();
options.setPackages(packages);
options.setLanguage(language);
AjaxLoader.loadApi("visualization", version, onLoad, options);
I see in firebug that the request do not get the language parameter. Perhaps I
miss understand something ?
Thanks,
Original comment by fabien.g...@rtone.fr
on 24 Jan 2012 at 5:28
BTW, it would be cool to have LocaleInfo.getCurrentLocale().getLocaleName() as
a default language, rather than browser's one.
Original comment by alexis.h...@gmail.com
on 2 Apr 2013 at 9:35
Original issue reported on code.google.com by
fabien.g...@rtone.fr
on 24 Jan 2012 at 4:17