I am trying to find a way to get CultureInfo
of that is used by the operating system - Windows - for the clock.
My system is en-US
, but my calendar uses de-DE
formats, but when I check the following properties, all of them show me en-US
CultureInfo.CurrentCulture
CultureInfo.CurrentUICulture
CurrentInfo.InstalledUICulture
Is there any way to get the CultureInfo
used by the operating system - Windows - clock?