H
Hector
Hi,
My application supports different languages, and i have a problem with the
decimals:
In this application, i receive datas like "10.528".
When i use CurrentCulture = "en-US", no problem.
But with "fr-FR" for example, there's a bug.
Of course, one way to solve this problem is to test if the current language
is "fr-FR" and then make a Replace(",",".").
But i guess there's should be a better way, no ?
Thanks.
My application supports different languages, and i have a problem with the
decimals:
In this application, i receive datas like "10.528".
When i use CurrentCulture = "en-US", no problem.
But with "fr-FR" for example, there's a bug.
Of course, one way to solve this problem is to test if the current language
is "fr-FR" and then make a Replace(",",".").
But i guess there's should be a better way, no ?
Thanks.