|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Change CulterInfo.NumberFormat for entire applicationHi,
I wanne make sure my application always uses a "." as decimal seperator. Changing the Application.CurrentCulture.NumerFormat.NumberDecimalSeperator doesn't work ! It seems that Application.CurrentCulture returns the culture info from the current thread, and new when a new thread is created, is checks the Culture settings in Windows again. How can I change the CultureInfo for all running threads ? How can I make sure that newly created threads also use my adjusted cultureinfo Kind Regards Frank Vanderlinden |
|||||||||||||||||||||||