function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
MikeSFMikeSF 

Currency Locale ignored in outputText format

When using the following 
<apex:outputText value="{0, number, currency}" label="Currency Value">
   <apex:param value="{!myCurrencyValue}" />
</apex:outputText>
The output is rendered with a $ regardless of the Currency Locale. 
Does anyone know how to resolve this error??

<apex:outputText value="{0, number, currency}" label="Currency Value">
   <apex:param value="{!myCurrencyValue}" />
</apex:outputText>
Suraj Tripathi 47Suraj Tripathi 47
Hi Mike,

Please refer to this link -
https://www.infallibletechie.com/2013/10/how-to-set-currency-format-in.html

I hope you find the above solution helpful. If it does, please mark it as the Best Answer to help others too.

Thanks and Regards,
Suraj Tripathi