As I tried "http://maps.google.com/maps/api/js?sensor=false&hl=ja" in tag, the returned JavaScript content still shows en-US for "hl" param. It seems that v3 API doesn't support local language until now. Is it correct?
+1
A:
Localization parameters has changed in the v3. You should read the Localization documentation.
Basically, instead of hl
, you should use language
. And there is also a new region
setting. Everything is in the linked documentation.
Tyn
2010-05-18 13:19:36
thanks for the quick response.
Matt
2010-05-18 14:36:16