Hello administrator, how do I display the reverse geocode of Bing Maps in Chinese
The configuration file looks like this
<entry key='geocoder.enable'>true</entry>
<entry key='geocoder.type'>bingmaps</entry>
<entry key='geocoder.url'>https://dev.virtualearth.net/REST/v1</entry>
<entry key='geocoder.key'>Api key</entry>
<entry key='geocoder.language'>zh-Hans</entry>
<entry key='geocoder.onRequest'>false</entry>
<entry key='geocoder.ignorePositions'>false</entry>
But the display results are still in English. What is the correct configuration? Thank you
We don't support language selection for bing maps currently.
Hello administrator, how do I display the reverse geocode of Bing Maps in Chinese
The configuration file looks like this
<entry key='geocoder.enable'>true</entry> <entry key='geocoder.type'>bingmaps</entry> <entry key='geocoder.url'>https://dev.virtualearth.net/REST/v1</entry> <entry key='geocoder.key'>Api key</entry> <entry key='geocoder.language'>zh-Hans</entry> <entry key='geocoder.onRequest'>false</entry> <entry key='geocoder.ignorePositions'>false</entry>
But the display results are still in English. What is the correct configuration? Thank you