Hi!,

It seems like the answers from the getLocations method in
GClientGeocoder is not localized.

I have loaded the maps api like this:

google.load("maps", "2", {"locale" : "sv"});
google.setOnLoadCallback(initMap);

The maps is in swedish but when I perform a search with getLocations
(string street) the answers are in english.

I traced a search and found that the results where fetched with:
http://maps.google.com/maps/geo?output=json&oe=utf-8&q=g%C3%B6te&gl=SE&callback=_xdc_._1fszpywgu

If I add the hl=sv the results are translated to swedish. Why is the
hl=sv parameter not set?

regards,

Magnus
--~--~---------~--~----~------------~-------~--~----~
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