Reputation: 371
The response of Maps Search Reverse API gives results in the country's local language, how can I force it to respond in English only? Google's API does not have this issue.
Here is the API's documentation: https://learn.microsoft.com/en-us/rest/api/maps/search/getsearchaddressreverse#uri-parameters
Upvotes: 1
Views: 258
Reputation: 17954
This isn't yet documented as work on localizing data globally is still being done, but you can try this out by adding "&language=" and passing in a language IDs: https://learn.microsoft.com/en-us/azure/azure-maps/supported-languages
Upvotes: 1