AppUtils gives you small utility values and helpers from the app.
Use it when you need the current locale, country, or formatted currency.
Global Name
API
Properties
locale
The current device/app locale.country
The current country code.Methods
formatCurrency
Formats a number as currency.number or a numeric string.
If currencyCode is omitted, the app uses the default currency formatting available for the current context.