Currency
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2026 02:50 PM
Have implemented a POC for Cloud Cost Management in our DEV environment. Everything is displaying in UK Pounds for some reason. System default currency is USD, and ideally I need to set this to AUD (Australian) - not sure where the Pounds setting is coming from.
Anyone know where the currency settings specific to Cloud Cost Management are?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2026 06:59 PM - edited 02-26-2026 07:00 PM
Hi @stevejarman
Changing the base localization & currency properties of the instance.
glide.system.locale = <en.GB> //replace by your locale code
glide.i18n.single_currency.code=AUD
You can do it from here as well-
navigate to System Properties > System Localization
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2026 07:32 PM
glide.i18n.single_currency.code only comes into play if glide.i18n.single_currency is set true, which isn't the case/isn't the default (also glide.i18n.single_currency.code is set to USD - the default value). Localization is also set to USD.
My question is: why is my Cloud Cost Management showing everything as British Pounds? Where is that setting coming from.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2026 07:48 PM
Hi @stevejarman
Can you check the following and confirm.
- Check User Locale:
- Navigate to your user profile (sys_user.list and find your record).
- Ensure the Country field is set to United States and the Language is set to English.
- Clear your cache (type cache.do in the filter navigator) and log out/in.
- Verify System Localization Properties:
- Navigate to System Properties > System Localization.
- Check glide.system.locale It should be en.US for USD.
- If you want to force USD everywhere, ensure Use a single currency model is set to true.
- Check Cloud Cost Management Settings once (if there is anything set):
- Review the fx_currency table to ensure USD is marked as active.
