Closed (fixed)
Project:
GMap Module
Version:
6.x-1.1-rc1
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
30 Jun 2009 at 12:20 UTC
Updated:
21 Sep 2009 at 10:08 UTC
If anyone knows,
Where does the following code get outputted from.
<script type="text/javascript" src="http://maps.google.com/maps?file=api&v=2.115&key=ABQIAAAAHvKgebOjQJ9b5l-T4hutPBQUG5OfJQutT8I4Xx7Ptp36hfi10hQ87h67vgnKEw6JzmmfWqkCjEHljA&hl=en">
My goal is to change the hl=en so that the names of streets, etc. are rendered in the local language rather than english and the local language.
Found this in Google API http://code.google.com/intl/el-GR/apis/maps/documentation/#Localization, but again not sure where to change the 'hl' value to something else.
Comments
Comment #1
dwb17 commentedComment #2
yAndre commentedFirst simple method for Gmap-module:
file "gmap.module" and replace
'hl' => $language->language,to
'hl' => 'en',