I currently make a program in vb.net which needs to know what is the DISPLAY language in windows.
I try to visualize it using : CultureInfo.CurrentCulture.Name
But when I use it, the value equals to null. The only language I succeed to visualize is the INSTALL language which isn't the same than the current one.
Did someone already faces this issue. Thank you.