Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
jQuerygMapを使用してマップを作成しました
デフォルト(英語)ではなく、ラベル(国と都市)のアラビア語を表示するためのマップが必要です。それを行う方法はありますか?!!
答えを見つけたので、共有したいと思います。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>