Hi ,
I am working on localizatin in asp.net 2.0, We r working on multi language web site , so user can toggle between english and french thread and ui cultures.
Now the issue is , user can always enter data in english mode only ( means 10.25, 30.55, 66.22) , After all the calculations happend i want to display all the page ui controls in French mode with commas ( 10,25, 30,55). Is there any way to resolve this issue . If i am in french mode if user enterd dot(.) 10.25 like that , page throwing error.
any suggestions plzzzzzzzzz