mihusolutions / googlebugs

Automatically exported from code.google.com/p/googlebugs
0 stars 0 forks source link

Google Places Autocomplete API doesn't return the results in the correct language #682

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. When using the Google Maps Places Autocomplete API
https://developers.google.com/maps/documentation/javascript/examples/places-auto
complete-addressform 
2. Enter a Germany address, for example, "Residenzstraße, Munich, Germany"
3. Returned result would be in German (München) rather than in English (Munich)

What is the expected output? What do you see instead?
Expected to see "Munich" rather than "München" in `City`'s output box. 

What is the url of the corresponding thread at Stack Overflow?
http://stackoverflow.com/questions/29133150/google-place-autocomplete-api-doesnt
-return-the-results-in-the-correct-language

Original issue reported on code.google.com by kyle.lam...@gmail.com on 19 Mar 2015 at 8:30

GoogleCodeExporter commented 9 years ago
Note: the `Issue 7504: Wrong language returned from geocode` might have 
connection to this.

https://code.google.com/p/gmaps-api-issues/issues/detail?id=7504

Original comment by kyle...@google.com on 20 Mar 2015 at 12:18