I've run into numbers and currency localization in JavaScript
What I need is a convenient library for that.
I am responsible for setting the decimal separators, currency, etc.
Please post the best links you think
|
I've run into numbers and currency localization in JavaScript What I need is a convenient library for that. I am responsible for setting the decimal separators, currency, etc. Please post the best links you think |
|||||||||
|
|
The best answer for you probably depends on what javascript libary, if any, you are currently using. But YUI has support for number/currency formatting with internationalization, and it is a solid and well-designed library. Example:
|
||||
|
|
|
Microsoft has created a useful plugin for jquery: http://weblogs.asp.net/scottgu/archive/2010/06/10/jquery-globalization-plugin-from-microsoft.aspx |
|||
|