The type
attribute can have the value 'number' (default), 'currency' and 'percent'.
If the type is set to 'currency', a code or a symbol must be set. Have a look at the following examples.
The currency code is set to 'EUR'. Also the type must set to 'currency', otherwise the
currencyCode
attribute has no effect.
<f:convertNumber type="currency" currencyCode="EUR"/>€7,200,000.99
The currency symbol is set to '€'. Also the type must set to 'currency', otherwise the
currencyCode
attribute has no effect.
<f:convertNumber type="currency" currencySymbol="€"/>€7,200,000.99
The type is set to 'percent'.
<f:convertNumber type="percent"/>720,000,099%