Hi, I try to reach Start->Control Panel->Regional and Language Options->Customize->Decimal Symbol and change of that value from windows forms app written in c#. I search different solution from this :

System.Globalization.CultureInfo ci = System.Threading.Thread.CurrentThread.CurrentCulture;
string decimalSeparator = ci.NumberFormat.CurrencyDecimalSeparator;

because these System.Globalization or culture things can't see if the user change just that value manually on his/her computer.How can I handle this problem, please help..

Recommended Answers

All 4 Replies

because these System.Globalization or culture things can't see if the user change just that value manually on his/her computer.How can I handle this problem, please help.. can you explain these two lines?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.