[flexcoders] How to customize ThousandSeparator to display price in INR format

2009-07-28 Thread dhansekarank
All, I need to format the below amount in indian rupee(INR) format. Amount: 1000.00 When i use the default ThousandSeparator it return the amount as follows: numberFormatter.format(Amount) ---> 1,000,000,000.00 > it's in US dollar format i want it as, numberFormatter.

[flexcoders] Need Thousand Separation functionality in INR format

2009-07-15 Thread dhansekarank
Hi, I am working for indian client. So i need to format the amount with thousand separation in INR format. But flex default useThousandSeparation property formats the amount in US dollar. How to override the function to format it in indian rupees? Thanks in advance, by, Dhanasekaran