You can use a language parameter in your API reference http://code.google.com/apis/maps/documentation/javascript/basics.html#Localization
You can also use a region parameter in your directions requests http://code.google.com/apis/maps/documentation/javascript/services.html#GeocodingRegionCodes On Aug 18, 6:08 pm, inotipiedideipitoni <[email protected]> wrote: > hi, how can I set the language for the driving instructions? > > now I make a request, but google maps give me the istructions in > English, and i wanna it in Italian! > > where I can specify it? > this is my request (that works) > > var request = > { > origin: lat1, > destination: lat2, > travelMode: > google.maps.DirectionsTravelMode.DRIVING > }; > thanks -- 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.
