How to get/set current location in windows?

后端 未结 4 957
渐次进展
渐次进展 2021-01-19 14:51

I need to be able to get/set current location in Win 7 (Control Panel -> Regional and Language -> Location):

\"W

4条回答
  •  一整个雨季
    2021-01-19 15:41

    Try this: System.Globalization.CultureInfo myCulture = new System.Globalization.CultureInfo("es-ES");

提交回复
热议问题