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 6986989
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T18:52:44+00:00 2026-05-27T18:52:44+00:00

I want to change the currency symbols in iPhone app based on user’s localization.

  • 0

I want to change the currency symbols in iPhone app based on user’s localization. If my app is working in US i need to change the currency symbol “$”. If the app is working in Eroupe countries, we need to change the symbol to “€”, if the app is in Japan, the symbol should be change to “¥” and if the app is running in Australia the symbol should be in “$”. By this way if the app is running in any country the app should be change the currency sign based on the localizations. I have used this below code but, it always shows in “$”. How can i solve this? And also how can i test this? Please help me.

NSNumberFormatter *currencyFormat = [[NSNumberFormatter alloc] init];
NSLocale *locale = [NSLocale currentLocale];
[currencyFormat setNumberStyle:NSNumberFormatterCurrencyStyle];
[currencyFormat setLocale:locale];
NSLog(@"Amount with symbol: %@", [currencyFormat stringFromNumber:@"10.00"]); 

Please help me. Where i am wrong? Thanks in advance.

  • 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-27T18:52:45+00:00Added an answer on May 27, 2026 at 6:52 pm

    The simulator has support for changing localizations, just like on a regular device. Make sure that you change that before starting your app and it should show the correct format.

    To change the locale (on the simulator):
    Start the simulator (by starting your app), press the Home button, go to Settings, General, International and then choose the Region Format you want to test. Close the simulator after it’s done and restart your app. The locale has changed so you should see that in the currency symbol that is shown.

    On real devices you follow the same route to change the locale.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a RadioButtnList. I want change body background color based on radio button
I want change the 'return' key of iphone virtual key to a another name
I am testing my app. All is working fine except when I change locales
For example, I want change PC time in console. C:\Users\user>time The current time is:
I have a form_remote working perfectly for the form currency. The only change I
I want to change the currency in magento from usd to euro. When i
I am new to iphone. I want change the view from portrait to landscape
I am currently working in iPhone application, Using NSLocale to get the current Currency
In my app there are a lot of textviews which contain a currency symbol.
Possible Duplicate: How to change rupee symbol I want to change the default Dollar

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.