UdoScheuvens
Programmer
Hi,
I would like to make my application always use the same decimal separator, regardless which localization is configured in the control panel. I have played around with the System.Globalization.CultureInfo-class, but the problem is that I can change it only thread-wise.
Is there a way to make such a setting easily apply to a whole application without changing the regional settings?
Udo
I would like to make my application always use the same decimal separator, regardless which localization is configured in the control panel. I have played around with the System.Globalization.CultureInfo-class, but the problem is that I can change it only thread-wise.
Is there a way to make such a setting easily apply to a whole application without changing the regional settings?
Udo