Google Maps – How to Change Language of Embedded Map

embedgoogle mapslocalization

I'm embedded a Google Map in my website and it always appears in the user's browser locale language, whereas I want it to always be in English.

Is there any way to enforce this?

Here's an example:
enter image description here

Best Answer

Yes, there is. Add the optional parameter language to the request URL:

https://www.google.com/maps/embed/v1/MODE?key=API_KEY&language=en

See the API reference for further information.