Hi, Is there a way to set Google map in Tiggzi to a Japanese version of Google Map?
Hi, Is there a way to set Google map in Tiggzi to a Japanese version of Google Map?
You should be able to do it via Google Maps API.
https://developers.google.com/maps/do...
said to add "language=ja" within the script tag...
script type="text/javascript" src="http://maps.googleapis.com/maps/api/j..."
Is there a way to do something similar within Tiggzi?
You could try adding that attribute programatically, using jQuery. Find the script tag and add an attribute to it.
You can also check whether it's possible to set the language after you get a reference to the map component.
Sorry, I'm a newbie... I'm not sure how to implement based on those ideas. Does anyone have examples I can base on?
Hello John! This should help:
https://spreadsheets.google.com/pub?k... (Supported Languages Spreadsheet)
https://developers.google.com/maps/do... (see Localization - there you'll find example how to set Japanese language)
Thank you Marina, solved!