rails different currency formats
- by SMiX
Hello everybody.
I need to show user amount presented in different currencies. e.q. :
Your balance: $ 100 000.00
€ 70 000.00
3 000 000,00 ???.
So I need to use number_to_currency three times with different locales(en, eu, ru). What is the right way to do it?