Question

In the language we as a Provider and our customers are using the decimal separator is different from the default one, which is currently displayed when the user is logged in under this language. Is there any way to change the separator?

Answer

Following the link the documentation about Configuring Currency Format can be found.

To change the separator follow the steps below:

  1. Create an additional dictionary volume (if it already exists, use an existing one), e.g. /usr/local/bm/conf/locale/locale.pl.customization
  2. Add a record changing the separators:

    "&decimal_point" ","
    "&thousands_separator" "."
    
  3. Restart PBA:

    /etc/init.d/pba restart
    

Check that the users logged in under the language (in this example Polish) see the prices in a format like "10,00" not "10.00".

Internal content