I am seeing run-time errors in local language of windows which is annoying (pic below). I have changed regional settings to English from Windows settings, and also international language from Visual Studio environments settings also added globalization uiCulture="en-US"
into web.config
but still no success, is there something I am missing?
Just in case you encounter a localized messaged and are looking for the original error message: You can use the service on unlocalize.com to translate back:
http://www.unlocalize.com/SearchResults.aspx?search=Uygulamas%C4%B1nda+Sunucu+Hatas%C4%B1
ok found out the solution just added lines below into application_error in global.asax
Thread.CurrentThread.CurrentCulture = new CultureInfo("en-us"); Thread.CurrentThread.CurrentUICulture = Thread.CurrentThread.CurrentCulture;
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With