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?