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

  • Home
  • SEARCH
  • 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 8353627
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T09:19:10+00:00 2026-06-09T09:19:10+00:00

I develop finance app that should use different currency symbol which depends on the

  • 0

I develop finance app that should use different currency symbol which depends on the country. I’m using this code:

Float value = 100;
TextView tv = (TextView) view;
NumberFormat currencyFormat = NumberFormat.getCurrencyInstance();
tv.setText(currencyFormat.format(value));

I have several reports that my app is returning Euro symbol instead the right currency (in Malysia or India for example). Those users state that their system language is native to their country. I can’t prove that myself because there are no such languages avalaible on my phone or emulator.

  • 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-06-09T09:19:11+00:00Added an answer on June 9, 2026 at 9:19 am

    I suppose you could try and force a locale in your app since this seems to be related to how the default locale is being set on the device. See these links –

    how to choose serbain language from android Emulator settings?

    https://web.archive.org/web/20210127121431/http://www.tutorialforandroid.com/2009/01/force-localize-application-on-android.html

    This would probably help you replicate the issue that users reported on their devices.

    EDIT:
    I have not tested this myself but it could work in your case.

    public void onCreate(Bundle savedInstanceState) {
        super.onCreate(savedInstanceState);
    
        String languageToLoad  = "en";
        String countryToLoad = "MY"; // 2 digit country code for Malaysia
        Locale locale = new Locale(languageToLoad, countryToLoad); 
        Locale.setDefault(locale);
        Configuration config = new Configuration();
        config.locale = locale;
        getBaseContext().getResources().updateConfiguration(config, 
        getBaseContext().getResources().getDisplayMetrics());
        this.setContentView(R.layout.main);
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I develop an app using PhoneGap. I got a service which is in background
I develop an application using the Play! Framework which makes heavy use of the
develop android apps that should support iphone,ipad,android.is there any way for developing this kind
im develop app with phonegap and create index.html -> html5 and of course use
We need to develop a Finance Application in Java J2EE which can be accessed
To Develop using the Microsoft robotics studio, do I have to use only Microsoft
Develop a Rails app on your Mac. Have a virtual Windows box using Parallels
I need to develop a Stock Tracker Application using Google Finance API . i
I develop a project using .jar to reuse code. So I have on .jar
I develop a c++ CGI program that runs under Windows and Linux. This program

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.