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&region=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

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -