Hello,
Is it possible to change the language of google maps? I need to reach the Hebrew version.
Thanks,
Yossi
Hello,
Is it possible to change the language of google maps? I need to reach the Hebrew version.
Thanks,
Yossi
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
You must log in to post.