Hi,

Using the google API loader, i'm trying to load a Google Motion Chart with 
non-default language definitions.
The loader generates a link that seams correct: 
https://www.google.com/uds/api/visualization/1.1/8c95b72e5c145d5b3d7bb8b4ea74fd63/format+es,default+es,ui+es,motionchart+es.I.js

But the response contains references to the english version Widget:
https://www.gstatic.com/charts/motionchart/1/en/tlz-gviz.swf
the correct swf object should be:
https://www.gstatic.com/charts/motionchart/1/es/tlz-gviz.swf

I'm using the latest version of GWT AjaxLoader, but the same behavior can 
be replicated using Google Loader

<script type="text/javascript" src="https://www.google.com/jsapi";></script>
<script type="text/javascript">
function init(){
google.load("visualization", 
"1.1",{"callback":function(){alert("done");},"language":"es","packages":["motionchar"]}
 
);
}
init();
</script>


Thank you,
Jorge

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-visualization-api.
For more options, visit https://groups.google.com/d/optout.

Reply via email to