Google Places Changing Auto-complete Hint & Result Language?
https://google-developers.appspot.com/maps/documentation/javascript/examples/places-autocomplete
我有一个与上述 google 地方演示类似的页面。请注意,位置输入字段有"输入位置"的提示。如何更改此提示的语言?
以及如何更改结果返回的语言?
我猜他们两个都去相同的设置?
根据文档:
"The API detects the browser settings of the user and set the language appropriately. It is possible to override the language in the
APIs."
输入字段占位符将根据用户浏览器代理语言设置自动更改。
您还可以通过将引导请求中的
例如
1 | <script src="http://maps.googleapis.com/maps/api/js?libraries=places&sensor=false&language=ja"> |