wordpress - Get Directions change language -
i'm working on wordpress site uses plugin get directions. works , gives me directions in english, want recieve them in dutch.
i've tried changing url maps.google.com
alternatives maps.google.nl
, maps.google.com?language=nl-nl
does know how can directions in dutch? have asked on official wordpress forums don't know how long takes them respond.
seems impossible. plugin uses api url http://www.mapquestapi.com/geocoding/
. , checking documentation, there locale
parameter /directions
web service, nothing exist /geocoding
web service, 1 plugin uses.
note standard locale codes in format language_country
, eg, nl_nl
. tried modify plugin code adding &locale=nl_nl
(and other languages), made no difference.
Comments
Post a Comment