Hi
jsapi loader gives the ability to load visualization module with a defined locale:
<script type="text/javascript">
google.load('visualization', '1', {'packages': ['table','corechart'], language:'ja'});
</script>
Is it possible to force reload of the module with a different locale without reloading the whole page?
It is needed when the language of the page changes.
Regards,
George