Thank you for advice, I "voted" for it.. Now the only way I found is a little bit hacking:
geocoder.gb.Nb = geocoder.gb.Nb + "?hl=en"; in google.setOnLoadCallback. Not nice, and if something changed in "encoded" API, it won't work, but.. today it works and I hope that Google will enhance its map API, so there will be another way (feature seems to me quite logical..) thank you, Maxym On 22 Тра, 18:12, Andrew Leach <[email protected]> wrote: > On May 22, 3:45 pm, Pendyshchuk Maxym <[email protected]> wrote: > > > I've found that I can add "&hl=en" to the http request, but I use JS > > API to geocode, so... I still have no idea where to add this parametr, > > I didn't find it in google documentation... > > > still looking for.. > > I don't think there's a way of doing it. You can't add &hl=en to the > geocode request because it's URL-encoded. And there is no "locale" > option like GDirections has. > > I would suggest adding your star to Issue 558, which hasn't been > updated since last August. Since hl=en does actually work, it can't be > all that much trouble to add such an option to the > API.http://code.google.com/p/gmaps-api-issues/issues/detail?id=558 > > Andrew --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
