rails different currency formats
Posted
by SMiX
on Stack Overflow
See other posts from Stack Overflow
or by SMiX
Published on 2010-06-05T11:07:15Z
Indexed on
2010/06/05
11:12 UTC
Read the original article
Hit count: 266
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?
© Stack Overflow or respective owner