Hi, I'm discovering the HTML geocoding service.
It seems that the response is based on the browser language, and I'd like to change it, is there a way to do so ? a parameter in the url ? Example : When I try this URL http://maps.google.com/maps/geo?q=london&output=json&sensor=false&key=xxx I get this : { "name": "london", "Status": { "code": 200, "request": "geocode" }, "Placemark": [ { "id": "p1", "address": "Westminster, Londres, Royaume Uni", "AddressDetails": { "Accuracy" : 4, "Country" : { "AdministrativeArea" : { "AdministrativeAreaName" : "Londres", "SubAdministrativeArea" : { "Locality" : { "LocalityName" : "Londres" }, "SubAdministrativeAreaName" : "Westminster" } }, "CountryName" : "Royaume Uni", "CountryNameCode" : "GB" } }, "ExtendedData": { "LatLonBox": { "north": 51.5140423, "south": 51.4862583, "east": -0.0942214, "west": -0.1582510 } }, "Point": { "coordinates": [ -0.1262362, 51.5001524, 0 ] } } ] } With Londres / Royaume Uni ... in French (the language of my browser). I'd like to get it in English. Any ideas? Nicolas -- 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.
