How to get Windows regional settings format in UiPath?

Hi there.
I tried get info regarding regional settings format. I made code in C# and it works great.
I don’t know why UiPath show me completely different data.
Example:
in c#
CultureInfo currentUserCulture = Thread.CurrentThread.CurrentCulture;
Console.WriteLine("The current culture : " + currentUserCulture.Name);
shows: The current culture : da-DK

The same code in UiPath showing something like that:

Anyone know what is wrong with UiPath and how I can get this data ?
C# code under UiPath script also doesn’t work :confused:

Interesting, you’re right.
After several tries, I seem to have an approximate thing (“en” for “en-US”, did not manage to have more) with this. It might help for further research: