We are using the widget in an environment where the language of the website is statically defined. So this could be German or Dutch for example. The response of this widget uses the language setting of the user’s browser. This creates a possible conflict in our software.
Google created the possibility to set the response language of the API using the ‘language’ parameter and optionally the region. For example:
<script src="https://maps.googleapis.com/maps/api/js?key=YOUR_API_KEY&language=ja®ion=JP">
</script>
Could you please implement this feature in the widget?
More information can be found here
Thanks for your good work!
We are using the widget in an environment where the language of the website is statically defined. So this could be German or Dutch for example. The response of this widget uses the language setting of the user’s browser. This creates a possible conflict in our software.
Google created the possibility to set the response language of the API using the ‘language’ parameter and optionally the region. For example:
Could you please implement this feature in the widget?
More information can be found here
Thanks for your good work!