Reputation: 782
I am trying to embed Google map on my multi-lingual website. I want to translate entire google map interface depending on my current language. Entire interface not getting translated (links such as "Singin, Get Directions"). I facing this problem only after embedding the MAP CODE in the HTML and then looking at the MAP from within the web page.
Here are the steps that I followed
Please guide me to achieve this
Sample code
/***Starts here***/
<iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d1619.1747385460585!2d139.7973569!3d35.7422141!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x60188e5cee002b37%3A0xe25ef9bf0ae8fb71!2sSenjuohashi+Station!5e0!3m2!1szh-CN!2s!4v1412779067090" width="600" height="450" frameborder="0" style="border:0"></iframe>
/***Ends here***/
Upvotes: 2
Views: 7830
Reputation: 22486
Hope this helps.
Upvotes: 10