Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Author WebFactory

    (@webfactory)

    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 = 'https://maps.google.com/maps?hl=en&…

    to
    $map_url = 'https://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! ??

    Plugin Author WebFactory

    (@webfactory)

    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 = ‘https://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)

    How to Simplified Chinese to Traditional Chinese

    Plugin Author WebFactory

    (@webfactory)

    We don’t have Chinese translations at the moment. Sorry.

    Plugin Author WebFactory

    (@webfactory)

    We need help with translating GMW to non-English languages. If you speak any please leave a reply here. The translating doesn’t take more than 10 minutes. Thank you!

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Different language’ is closed to new replies.