I am trying to format the datetime value using Current Culture in WinRT. But CurrentCulture property not seems to respect the System Culture.
I tried the following two properties,
System.Globalization.CultureInfo.CurrentCulture.DisplayName
System.Globalization.CultureInfo.CurrentUICulture.DisplayName
Both gives English (United States) even though I change the region in Control Panel. But this works perfectly fine for WPF. What am I doing wrong?