Hi all, I've been searching the forums for information about localization and found that on October of 2009 there was talk about implementing it in the API, but no talk on whether or not it was actually realized. My problem is the following, when I do a query on a US address, I get the correct results and everything works fine, but when I try to geocode an address outside of the US, I get results in the native language, for example, when searching for KYOTO, I get:formatted_address:日本, 京都府京都市 and when I search for Ben Gurion Airport in Israel I get: formatted_address:مطار بن غوريون الدولي (Arabic for some reason), either way, this is not good for me because I need to store it in my DB and be able to query by it and would therefore prefer it all to be in English, and looking at maps.google.com, when I do my searches there, I do indeed get English results, so my question is how can I make the geocoder also return my results in English? I've tried adding parameters to the import (e.g. http://maps.google.com/maps/api/js?sensor=false&language=en®ion=US) but to no avail, is there anything else I can try, or is this just the way it is? Thanks in advance, Elad.
-- 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.
