如何更改地图按钮和使用条款中使用的语言?我正在使用Google Maps API 2(确切地说是ASP.NET GoogleMap控件v4.1) 这取决于浏览器语言。我可以在某些网站上看到此文本已本地化,无法找到任何方法。
以下是我想要本地化的文字截图:
答案 0 :(得分:3)
包含gMap2-library
时使用hl-parameter例如:强迫克罗地亚人用作语言:(hl=hr
)
<script
src="http://maps.google.com/maps?hl=hr&file=api&v=2&sensor=false&key=yourKey"
type="text/javascript"></script>
使用V3时,参数名称将为语言,而不是 hl