Google maps force english language

google-maps

Solution

You can add certain GET parameters when loading the map, eg `language=en&region=US`. Complete example:

https://maps.googleapis.com/maps/api/js?key=YOUR_API_KEY&language=en&region=US

For the available options check the API Docs localisation settings.

Problem

Hi I would like to know if it is possible to force english as language for google maps. I have a small application that uses google maps but if I try to use it from a greek browser all the characters are in greece (and the same happen if a friend of mine use it from Egypt the chars are arabic). Is there any code I can use to solve the problem? Thank you

Original source

Related problems