How to set localization setting for map api?

is there any way to add localization settings something like “&language=ja&region=JP” for google map api?

Hi you can read [this] (https://developers.google.com/maps/documentation/javascript/localization?hl=es) about regions on google maps sdk you just need to add region as you see here:

<script src="https://maps.googleapis.com/maps/api/js?key=YOUR_API_KEY&language=ja&region=JP"> </script>
:slight_smile:

1 Like

Thanks but still showing some of the street names, location names, etc… in English.