The map api is loaded through following code:
google.load('maps', '2', {'locale' : 'zh_TW'});When fetching information through map api, like GClientGeocoder.getLocations(), it will return address in Chinese if available. But once Chinese information is not available, it would return it in languages other than English, like Vietnamese. And I couldn't find a way to change api language option without reload the page. Requesting information through AJAX to url like following would return 'bad request' http://maps.google.com/maps/geo?q=24.9090673,121.6796392&output=json&key=xxx&hl=en_US --- kiang -- You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-api?hl=en.
