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

javascript - three.js lot of meshes optimization -

smartface.io - Proper way to change color scheme for whole application -

Email notification in google apps script -