I'm trying to format international currency values all in the same application, and I'm switching from using my home-baked solution to using GWT's NumberFormat. What I can't figure out is how to determine and change the number of decimal places for each currency.
For example, dollars would be $1,000.00 but rupees typically don't bother with the decimal place and they put a seperator every 4 digits instead of 3 so they are more like Rs1,0000. Can GWT support this within one compile of the application or does it always use the same currency format within one locale, regardless of the currency code it is given? Thanks, Dobes --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
