Hi,

so, from searching the group I gather that the way to specify a
language for driving directions (without loading the entire API in
another language) is with the region parameter.

And reading the documentation, it would appear that the way to do it
is this:

 var request = {
      origin: point,
      destination: clientAdd,
      travelMode: google.maps.DirectionsTravelMode.DRIVING,
      region:"fr"
    };

but that does nothing.

here's my map, in case it sheds some light:
http://xelawho.com/map/ipdir2.htm

thanks in advance

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

Reply via email to