Is it possible to get the actual language of the OS like on Windows Phone? I'm using CultureInfo.CurrentCulture.TwoLetterIsoString
, but I recieve always en and not the right language, which is de
in my case.
So how can I get the actual language in a WinRT app?