Allow users to display monetary amounts using their locale's number format. Currently amounts always render with a period as the decimal separator and comma as the thousands separator (e.g. 17,352.25). Some regions use the inverse – comma for decimals, period for thousands (e.g. 17.352,25)
Not only on the UI, but also in imports & exports.
