Localization
This sets the symbol used on currency. It will precede the amount to be shown. The currency symbol can include spaces or unique characters, but must be UTF-8 Compliant.
In order to print properly on PDFs, it needs to be "latin1" compliant.
decimal point of accuracy
This defines how many decimal points of accuracy are used when displaying quantities, percentages and currency amounts. The default is 2. This causes 2 numbers after the decimal point to be displayed:
2.00%
2.10
$2,003.06
decimal symbol
This sets the character used as decimal separation. Most locales use a period "." or a comma ",".
Must not be a number and must be different from the thousands separator.
thousands separator
This sets the character used as the separator between sets of thousands. Most locales use a comma "," or a period ".".
Must not be a number and must be different from the decimal symbol.