Hello
Is there a way to display maps in different language than English?
Hello
Is there a way to display maps in different language than English?
Hi, at the moment unfortunately no. But it's on our to-do list so you can expect it in one of the next releases.
one idea:
but if i change only in the "plugins/google-maps-widget/google-maps-widget.php"
on row 102 the map_url
from
$map_url = 'http://maps.google.com/maps?hl=en&...
to
$map_url = 'http://maps.google.de/maps?hl=de&...
it will show me in result in the map-popup the map/-features in my preferred language (german) - pretty! ;-)
Yes, that's about the only change needed :) There's going to be a dropdown in the widget settings in the next release.
thats fine, i will love it :-)
just, another smoother methode: a kind of Auto detecting
$map_url = 'http://maps.google.com/maps?hl=' . substr($_SERVER['HTTP_ACCEPT_LANGUAGE'], 0, 2) . '&ie=
BTW: very nice plugin.
Hello dutch_boontje
Where do you insert this bit of code?
Thank you very much
@ dutch_boontje
seems to be a pretty idea too! :-)
(while not tested)
You must log in to post.