I need to change language of labels on the Map, like continents, countries, cities, streets etc.
I've tried to use Language property but it does not matter, always labels are on English
xmlns:maps="using:Windows.UI.Xaml.Controls.Maps"
<Grid>
<maps:MapControl />
</Grid>
Is it supported?
The UWP map control will always use the Display language setting of the OS for map labels. There is currently no way to override this on a per map control instance basis. In addition, not every label is localized in every language. Even if the OS display language is set to French, for example, you may still see labels in English or other languages depending on what part of the world you're looking at and which language you have set.