windows runtime - Change language of WinRT MapControl -
i using winrt mapscontrol in universal application, belongs 'windows.ui.xaml.controls.maps'. want change language of maps when application language changed.
i see language property in there (inherited frameworkelement), tried setting
language = "ar-sa"
in xaml , through code, did not work. tried searching in this documentation well, couldn't myself.
Comments
Post a Comment