Search code examples
c#.netinternationalizationyellow-screen-of-death

i18n yellow screen of death


System.InvalidOperationException:Värdet null kan inte tilldelas en medlem av typen System.Boolean eftersom den är en värdetyp som inte kan ha värdet null.

Thank you Microsoft, intentions are good, I know. As if anybody who really finds this information useful would also consider Swedish as the coding lingua franca. The Moldavians can just turn to Moldavian StackOverflow and post their queries for speedy help.

Does anybody know how to get these messages in English?


Solution

  • The exception messages are controlled by the thread's culture. You can find some workaround suggestions here.