2
Answers

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 :)

Answers (2)