Doing it the Non-AJAX way, just add a HTML Form with a drop-down selector. The values of the options contain the language codes. Upon selection the form will be submitted, and your PHP script pastes the language tag into the maps api url.
If you want to change it dynamically though, you probably can fetch the localized api afterwards (and it should probably overwrite the existing one), but if I'm correct you would also have to recreate your google.maps.Map object in order to see the localized strings. But anyway, there is no internal function inside the google maps API to change the language. You have to do it manually, one way or another -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
