Hello, On my website http://www.1city1photo.com I want my Google Maps application to show city names in English only.
For instance: If I search for Munich, Google Maps gives me: München If I search for Beijing, Google Maps gives me: 北京市 I want Google Maps to give me Munich and Beijing instead. So I started searching around on the internet and I found that the problem should be solved by adding &language=en. This doesn't seem to solve the problem though. And now I'm stuck. Can someone help me out? First I had this: <script type="text/javascript" src="http://maps.google.com/maps/api/js? sensor=false"></script> So I changed it to: <script type="text/javascript" src="http://maps.google.com/maps/api/js? sensor=false&language=en"></script> Thanks a lot! -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.
