BALANCE_THOUSAND_DELIMITER defines a character used as a delimiter between thousands.
Let's assume that balance is 12345678.90
If BALANCE_THOUSAND_DELIMITER is " ", then the balance will be displayed as '12 345 678.90'
If BALANCE_THOUSAND_DELIMITER is ",", then the balance will be displayed as '12,345,678.90'
Examples:
!define BALANCE_THOUSAND_DELIMITER " "
See also BALANCE_FORMAT