Search code examples
azureazure-maps

Azure Maps Search API's response language not always english


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


Solution

  • 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