googleDirections plugin Tutorial 07: Display Directions in your Local Language |
|
Written by kksou
|
|
Friday, 06 January 2012 |
|
This is part 7 of a series of tutorial for the googleDirections plugin.
You can display the Google Directions in your local language with the lang parameter.
You can look up the entire list of supported languages here.
Live Demo
- To display the Google Directions in Russian, use:
{googleDir width=400 height=360 dir_width=275
from="1600 Amphitheatre Parkway, Mountain View CA 94043"
to="701 First Avenue, Sunnyvale, CA 94089" lang=ru}
Live demo - googleDirections - in Russian
To display the Google Directions in Japanese, use:
{googleDir width=400 height=360 dir_width=275
from="1600 Amphitheatre Parkway, Mountain View CA 94043"
to="701 First Avenue, Sunnyvale, CA 94089" lang=ja}
Live demo here - googleDirections - in Japanese
You can look up the entire list of supported languages here.
Tutorials for the googleMaps plugin
Tutorials for the googleDirections plugin
Tutorials for the googleDirections_to_here plugin
|