In my windows service, Spring.NET creates some threads handling jobs. Is it possible to make sure all these threads are started with a specific culture? Or do I have to set the culture in each thread?
In ASP.NET, you can set the culture (globalization tag in web.config) at application level... can this be done in Windows Forms/Windows Service?