I need to set CultureInfo for a Windows Service, written in C# 4.0. Trouble is in OS locale - it differs from my service's culture.
Because I am using .NET 4.0 (in .NET 4.5 I may change default culture for all new threads), my question is:
How can I handle creation of all new threads in my Windows Service, and set CultureInfo for them?