vote up 0 vote down star

How can i format currency related data in a manner that is culture aware in JavaScript?

flag

3 Answers

vote up 1 vote down check

there is a Number.localeFormat function but I'm not sure it's what your after

http://msdn.microsoft.com/en-gb/library/bb310813.aspx

link|flag
vote up 1 vote down

Dojo has a currency formatter that's locale aware.

If you don't want to include Dojo in your project just for this function, then perhaps you can localize the currency in your back-end?

link|flag
I believe the Dojo currecy formatting is based on XML data from the Unicode Common Locale Data Repository (unicode.org/cldr). While Dojo will do the hard work for you, if you don't want to use it you can get the raw data from there. – georgebrock Sep 9 '08 at 10:54
vote up 0 vote down

Since I'm using ASP.NET 3.5 is there an equivalent in Microsoft's Ajax Framework?

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.