jQuery gMap,需要为标签设置语言

时间:2012-10-04 07:43:12

标签: jquery google-maps jquery-gmap

我创建了一张jQuery gMap

的地图

我需要地图才能查看标签(国家和城市)的阿拉伯语,而不是默认(英语)。知道该怎么做吗?!!

1 个答案:

答案 0 :(得分:0)

我找到了答案并希望分享。 在包含Google Maps API的Script标记中,只需添加 hl 参数并将其设置为您想要的任何语言(hl = ar)。

脚本应如下所示:

<script type="text/javascript" 
src="http://maps.google.com/maps?file=api&hl=ar&v=2&key=API_KEY"
></script>