Re: [Google Maps API v2] problem setting english language

2012-04-04 Thread Lepton
espaƱa" with hl=en parameter. With hl=de parameter it returns "spanien" correctly... I don't know if I can force the geocoder (GClientGeocoder()) to a language instead the total map... Thanks, On Wednesday, April 4, 2012 3:13:44 PM UTC+2, Andrew Leach wrote: > > On 4 Ap

[Google Maps API v2] problem setting english language

2012-04-04 Thread Lepton
Hi! I am trying to make the map in multilanguage mode, the default browser language is spanish then, when I add the key "hl=en", the reverse geocoding continues in spanish mode, but if I try "hl=de" or "hl=pt" or something like that, it works fine. What is the problem with the tag "hl=en"? Thank