How to specify language and region in maps api url -
i trying specify language , region when referencing maps api following urls in script tag:
"http://maps.googleapis.com/maps/api/js?client=this-is-me&language=ja"
the above correctly display map in japanese.
adding region url reverts displaying default english map:
"http://maps.googleapis.com/maps/api/js?client=this-is-me®ion=jp?language=ja"
i have tried various combinations of regions , languages , cannot figure out if 2 supported @ or combinations supported. doc gives list of supported languages says 2 letters country codes can used.
Comments
Post a Comment