Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 827327
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T03:33:27+00:00 2026-05-15T03:33:27+00:00

I need to show user amount presented in different currencies. e.q. : Your balance:

  • 0

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?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-15T03:33:28+00:00Added an answer on May 15, 2026 at 3:33 am

    I don’t think you actually need different locales, because you have just balances in different currencies. You can simply pass additional arguments to number_to_currency. Something like this:

    number_to_currency(70000.00, :unit => "€", :separator => ".", :delimiter => " ", :format => "%u %n")
    

    This will display: € 70 000.00

    Additionally it seems that you can set :locale option when calling number_to_currency. It’s not documented, but here is the part of the number_to_currency code:

    defaults  = I18n.translate('number.format''number.format', :locale => options[:locale], :raise => true) rescue {}
    currency  = I18n.translate('number.currency.format''number.currency.format', :locale => options[:locale], :raise => true) rescue {}
    

    So you should be able to do something like:

     number_to_currency(70000.00, :locale => :ru)
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

my app need to show user scrollable menu bar under tab bar like fox
I need to show a modal popup if the user has selected a treeview's
I need to show a StatusStrip control docked top instead of bottom. User requirement.
I have three tables I need to use in a search, Movies, Reviews, and
In a WPF application I need to show user that some process is in
Suppose, as part of an iphone application, I need to show user a list
In my android app I need to show the user's current location in Google
I'm customizing the product view page and I need to show the user's name.
I'm trying to do this.When a user comes to sites,i need to show him
I need show a notication modal window.. But since its a fluid layout the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.