Setting application's culture
What's the best way to set application's culture?
If I set Thread.CurrentThread.CurrentCulture = myCulture;
Does it affect all the threads? Is this really enough... the CurrentThread semantics raise a warning on me :)
sacrespPosted Mar 12, 2004, 5:44 AM
oblivion_lurksPosted Mar 11, 2004, 11:13 PM