One thing that I was able to easily do in Google Maps V2 was to render
the directions in another language as a GDirection.load option, i.e:
    new GDirections(map, directionsEl).load("from: " + sUserZip + "
to: " + "("+sEventLat+","+sEventLng+")", {locale:"fr"});

While V3 does provide localization to different languages for map and
directions, it is facilitated by loading the Map API for a language
(i.e., primary language).

I have a case where I would simply like to translate directions to
secondary language (e.g., French) and render it.

Do I have to switch and reload the Maps API for the secondary
language?

Thanks, in advance
Alison

-- 
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.

Reply via email to