How can I force another language configuration?
With the Javascript API I understand that that you can set the
language:
> google.load('visualization', '1', {'packages': ['motionchart'], 'language' : 'es'})
But with the Java GWT API I don't have this option:
>VisualizationUtils.loadVisualizationApi(onLoadCallback, MotionChart.PACKAGE);
Any ideas or suggestions???
--
You received this message because you are subscribed to the Google Groups "Google Visualization API" group.
To post to this group, send email to google-visua...@googlegroups.com.
To unsubscribe from this group, send email to google-visualizati...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-visualization-api?hl=en.
Is there a list of available languages for motion chart ?