Monday, May 20, 2024
 Popular · Latest · Hot · Upcoming
18
rated 0 times [  24] [ 6]  / answers: 1 / hits: 61212  / 14 Years ago, sun, april 18, 2010, 12:00:00

Just like you visit maps.google.com.tw or maps.google.co.kr or maps.google.co.jp, you can see their own language shown on every country. Is there any property that I can use in Google Maps API to dynamically set google maps using specific language to display?


More From » api

 Answers
20

In Google Maps API v3, add language attribute to script tag. For example, the following will set map to display Russian in location names and navigation buttons:



<script 
src=http://maps.google.com/maps/api/js?sensor=false&amp;language=ru-RU
type=text/javascript></script>


Result:



alt


[#97042] Thursday, April 15, 2010, 14 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
leog

Total Points: 225
Total Questions: 113
Total Answers: 118

Location: Oman
Member since Wed, Apr 12, 2023
1 Year ago
;