Google maps in other languages

(2 posts) (2 voices)
  1. Yossik, Member

    Hello,

    Is it possible to change the language of google maps? I need to reach the Hebrew version.

    Thanks,

    Yossi

  2. myDBR Team, Key Master

    myDBR does not yet support specifying the language for Google Maps UI directly from the report. However it is still possible to change the language by adding a parameter to the URL which requested the map's javascript from google.

    Add the following line to the user/extensions/extensions.php


    $dbr_extensions['googlemaps']['javascript'][1] = $dbr_extensions['googlemaps']['javascript'][1] . '&hl=he';

    If you need any other language, just change the he above to the code of the desired language.

    Best Regards,

    myDBR Team


Reply

You must log in to post.