Feature: #57331 - Support dash in CurrencyViewHelper

See forge#57331

Description

The useDash option has been added to the CurrencyViewHelper.

Impact

If the option useDash is set and a value without decimals (see example) is given, the decimal place is rendered as a dash.

Example:

<!-- Renders "54321.-" -->
<f:format.currency useDash="true">54321.00</f:format.currency>