Currency as US Dollar for all the user

chandraprakash
Kilo Contributor

Hi,

I have one requirement where i need to make the currency as US Dollar for all the user. Suppose if user's are from other country then also while calculating the result should show in Dollar. Can someone help me with this.

Thank You

2 REPLIES 2

Rajesh Mushke
Mega Sage
Mega Sage

Hey Mishra,



Single-currency mode:

Single-currency mode lets all users of the platform see currency values in the same currency.


Before enabling single-currency mode, set the system locale. See Locale settings for valid locale formats.


To configure single-currency mode, set the following properties:


  • i18n.single_currency: true or false
  • i18n.single_currency.code: the three-letter ISO currency code
  • The system locale: glide.system.locale

Single-currency mode has the following limitations:


  • Single-currency mode changes the currency in the user views and does not change the number formatting. Even through users in different countries see currency values in one currency, the number formatting (as determined by the user's locale) might not be what they expect.
  • Because currency value input is constrained to the single currency, price fields cannot be used.

The effects of rate conversions can be avoided by setting the system locale and the reference currency to be the single currency.



System properties to localize the instance for users from multiple countries.


Some localization properties only appear after the I18N: Internationalization plugin is activated.



Procedure:


  1. Navigate to System Properties > System Localization.
  2. Set these properties


Use a single currency model. Display all currencies in the same currency code, regardless of a user's locale, country, or language code.


glide.i18n.single_currency


Enable single currency mode.



Please Refer:


Single-currency mode


Set localization properties


Currency administration




Thanks,
Rajashekhar Mushke
Rising star : 2022 - 2024
Community Leader -2018
Connect me on LinkedIn : Rajashekhar Mushke

Rajesh Annepak1
Kilo Guru

HI Chandraprakash,



Please ensure the system property with USD - Dollar as per the below Screen Shot


find_real_file.png


Please Mark Correct / Helpful If your query is resolved



Rajesh Kumar