Configure Visual Studio to show error messages in English

后端 未结 9 841
清歌不尽
清歌不尽 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:14

    As Martin Harris sugested above, at the beginning the Options window didn't have the English language for me, so I had to install it trought the Visual Studio Installer2. After that, yo should be able to see the Options window with the english option enabled1, and you can finally choose it.

    Best Regards.

    0 讨论(0)
  • 2020-12-05 02:15

    Under Tools/Options/International settings. I have an option to change the language from "Same as Microsoft Windows" to "English" (Visual Studio 2008 in case it makes any difference). If you don't have English in there then I'm not sure how you add more languages...


    Edited to add:

    Since you are talking about application exceptions you need to change the culture of the application you are dubugging, you can do that by following this or if it isn't an option to change the culture for the whole app this question has some ideas for only changing culture when exceptions are thrown.

    0 讨论(0)
  • 2020-12-05 02:17

    I didn't have any .NET Framework Language Packs installed. I think the problem was that the IIS was not in English due to the whole system wasn't in English.

    I installed Windows English Language Pack and changed the OS-Language to English. Now everything's fine.

    If you're on Windows 7 Professional, this may help you.

    0 讨论(0)
提交回复
热议问题