2
Answers

Setting application's culture

sacresp

sacresp

20y
6.6k
1
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)