pombreda / gwt-google-apis

Automatically exported from code.google.com/p/gwt-google-apis
0 stars 0 forks source link

Annotated timeline in portugese ! #388

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Found in Release:
Current
Detailed description:
We use gwt-google-api Chart tools for a while in our App.
Since today, annotated timeline display date in Portuguese instead of french. 

Workaround if you have one:

We tried to force language with :
AjaxLoaderOptions options = AjaxLoaderOptions.newInstance();
options.setLanguage("fr");
options.setPackages(AnnotatedTimeLine.PACKAGE);

It works half the time (randomly..) 

Original issue reported on code.google.com by adrien.d...@gmail.com on 21 Jun 2010 at 10:05

GoogleCodeExporter commented 9 years ago
With Chrome we get randomly :
URL:https://www.google.com/uds/api/visualization/1.0/a7d4451c56102e3720f5b9171de
45120/default,annotatedtimeline+fr.I.js

OR

Request 
URL:https://www.google.com/uds/api/visualization/1.0/a7d4451c56102e3720f5b9171de
45120/annotatedtimeline+fr.js

Original comment by adrien.d...@gmail.com on 21 Jun 2010 at 10:18

GoogleCodeExporter commented 9 years ago
This sounds a lot like issue 358.

Original comment by zundel@google.com on 23 Jun 2010 at 3:04