How to localize Google Map on my site?
|
|
|||
|
|
|
If your language is one that Google support, then you just need to specify the hl parameter when you load the API and use the locale setting when you use GDirections
If your language is not one that Google supports, then you need to perform lots of GAddMessages() calls, which is how the Google Maps API loader does it. But that leaves three types of text that either don't use that mechanism, or use the values set by the loader before we get control. These are the map types, the copyright texts, and GDirections.
|
||
|
|
|
|
You need to add an hl parameter to your JavaScript line:
For the supported language parameters look here. |
||
|
|
