I'm using Azure Maps web SDK, instantiating the map this way:
map = new atlas.Map('map_canvas', {
authOptions: {
authType: 'subscriptionKey',
subscriptionKey: subscriptionKey
},
language: mLanguage
});
The problem is the map is being translated in the required language only partially: e.g. tooltips are always in english and the same for the some traffic information.
I also tried setting the language this way:
atlas.setLanguage(mLanguage);
Nothing changed. Any help?
When it comes to languages, there are some limitations: