Hi everybody,

I have a serious problem with the language of the results of a
getLocations() call. Obviously the language of the results is
dependant on the language of the used browser. I have tried the
following examples:

German Firefox Version:
A search for 'Munich' gives me 'Did you mean München?'
A search for 'München' gives me 'München' as result

- English Firefox Version:
A search for 'Munich' gives me 'Munich' as result
A search for 'München' gives me 'Did you mean Munich?'

This concerns only the API-Request with getLocations(), the HTTP-
Request works when setting the hl-Parameter in the URL. I have tried a
few possible solutions, but none worked:
- Using google.load('maps','2.x',{'hl':'en'});
- Using google.load('maps','2.x',{'language':'en_US'});
- Using google.load('maps','2.x',{'locale':'en_US'});

This is a serious show stopper for me, because I need to have the city
names in English, if available. Many cities have different spellings
in different languages, and I need to unify them to english spelling.
I hope someone has an idea - any help is much appreciated.
--~--~---------~--~----~------------~-------~--~----~
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