Set default language inside Google Maps -
i want set property using google maps api dynamically set specific language display.
i have following script:
<iframe src="https://www.google.com/maps/embed"></iframe>
i set language such ru. tried this:
<iframe src="https://www.google.com/maps/embed&language=ru-ru"></iframe>
it still not work. can me?
from the documentation:
language defines language use ui elements , display of labels on map tiles. note parameter supported country tiles; if specific language requested not supported tile set, default language tileset used. default, visitors see map in own language.
there aren't tiles in russian new york city, if pan russia, see russian tiles.
Comments
Post a Comment