Does anyone know how to programmatically use the value "Language for non-Unicode programs" in the regional settings of the control panel using C #?
Already tried CultureInfo, RegionInfo and get the default encoding using the Encoding object, but I can only get the Standards and Formats value or the main page of the code.
source
share