Page 1 of 1

Set Japanese Google Map

Posted: Mon Sep 03, 2012 3:41 am
by John4930205

Hi, Is there a way to set Google map in Tiggzi to a Japanese version of Google Map?


Set Japanese Google Map

Posted: Mon Sep 03, 2012 4:50 am
by maxkatz

You should be able to do it via Google Maps API.


Set Japanese Google Map

Posted: Mon Sep 03, 2012 5:00 am
by John4930205

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?


Set Japanese Google Map

Posted: Mon Sep 03, 2012 5:11 am
by maxkatz

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.


Set Japanese Google Map

Posted: Tue Sep 04, 2012 4:20 am
by John4930205

Sorry, I'm a newbie... I'm not sure how to implement based on those ideas. Does anyone have examples I can base on?


Set Japanese Google Map

Posted: Tue Sep 04, 2012 7:55 am
by Maryna Brodina

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)


Set Japanese Google Map

Posted: Thu Sep 06, 2012 4:20 am
by John4930205

Thank you Marina, solved!