Format and Portal Customizations > Customize Currency Format
   
Version 9.1
Customize Currency Format
To customize the currency format—for example, changing the dollar sign to the Euro symbol for all Portal users, you can modify the portal.properties file.
Portal.properties file is located:
Linux:
/opt/aptare/portalconf/portal.properties
Windows:
C:\opt\aptare\portalconf\portal.properties
 
Update the following section:
#Formatters that define specific presentations of numbers and dates
formatter.number=#,##0
formatter.date=MMM dd, yyyy hh:mm:ssa
formatter.yearMonth=MMM dd
formatter.groupByDate=MMM dd
formatter.designerDate=MM/dd/yyyy
formatter.currency=$ ###,###,##0.00
 
Substitute currency signs as needed, such as changing the $ to the £.
Note: You also can modify this section of the portal.properties file to change the comma delimiter.