简体   繁体   中英

How to make Visual Studio 2013 Errors show in english

I learn ASP .NET and if error occures I have to translate it for stackoverflow. For instance:

Exception was thrown at line 37, column 60451 in http://localhost:3176/d36ef192c476437f94f058c98480760b/browserLink
0x800a139e - Błąd czasu wykonywania kodu JavaScript: SyntaxError

How to switch language from partially polish-english to english. The Visual Studio 2013 is completely in english besides that.

It is not an error string that Visual Studio generated. This came from IErrorInfo , a COM interface to document an HRESULT code. 0x800a139e in your case.

Clearly your browser is convinced that Polish is still your mother-tongue. You ought to ask at superuser.com how to tell it otherwise. In all likelihood that does require running the English version of Windows. Ultimate supports downloadable language packs that permit you changing the system language on the fly. Well, flyish, they are half a gigabyte each and require a logout + login to make a change effective.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM