Configure Visual Studio to show error messages in English

后端 未结 9 976
清歌不尽
清歌不尽 2020-12-05 01:29

I\'m currently working in another country, and my PC has a non-English version of Windows installed. I don\'t care about this, but I do care a lot when Visual Studio shows e

9条回答
  •  伪装坚强ぢ
    2020-12-05 02:10

    In my case in Windows 10 it was as simple as going to Language Settings in Windows and changing the windows display language.

    I could have tried changing the DefaultThreadCurrentUICulture as described above in code but i feel this is wrong for multilanguage apps and really exception messages should stay in english so someone can google them and get help.

提交回复
热议问题