Instruct CodeDomProvider compiler to show errors and warning messages in English language?
问题 I'm using the System.CodeDom features to compile code at run time and I wonder if I could specify a compiler parameter or other workaround to display the compiler errors in English language instead of using the system's default language. However, in the MSDN documentation I can't find anything related to the displayed language: VB.Net compiler params C# compiler params When I want to display compiler errors in a specific language under Visual Studio IDE when building a project what I do is