John4930205
Posts: 0
Joined: Tue Aug 28, 2012 4:30 am

Set Japanese Google Map

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

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Set Japanese Google Map

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

John4930205
Posts: 0
Joined: Tue Aug 28, 2012 4:30 am

Set Japanese Google Map

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?

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Set Japanese Google Map

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.

John4930205
Posts: 0
Joined: Tue Aug 28, 2012 4:30 am

Set Japanese Google Map

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

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Set Japanese Google Map

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)

John4930205
Posts: 0
Joined: Tue Aug 28, 2012 4:30 am

Set Japanese Google Map

Thank you Marina, solved!

Return to “Issues”