Click here to Skip to main content
15,896,118 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all,

I am making an application in Chinese language & has a page showing on run time.
Hence I have Chinese numerical & some calculations on them. As the Chinese numerical are different from normal 1,2,3. How can I get those calculations done through AJAX on run time?

Can anyone have solution to my problem ?

Thanks,
Posted

1 solution

You would perform the calculations the same as you would in a desktop application. Make sure the language settings are correct on the server.
 
Share this answer
 
Comments
Developer.Code 17-Apr-12 0:21am    
but how will the application know that these characters are Chinese, as it would consider them as characters.
[no name] 17-Apr-12 6:43am    
How does the application know they are Chinese characters and not Latin? Do some research.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900