Hello and thanks for a reply.
I know that there is such option.
But our application is huge. We read date dozen of times in different places. More to say sometimes we apply ToString() to an object we dont know yet is datetime value. The number of possible changes and complication in code is too big. Also there are other culture sensitive methods.
Thats why there is Thread.CurrentThread.CurrentCulture to deal with the problem just with one simple code line, I guess.
Is there a way to set the culture for the application globally? (not mentioning setting it in web.config - we want to change it on a fly, when users log).
Regards