You need to sign in to do that
Don't have an account?

Currency Locale ignored in outputText format
When using the following
Does anyone know how to resolve this error??
<apex:outputText value="{0, number, currency}" label="Currency Value">
<apex:param value="{!myCurrencyValue}" />
</apex:outputText>
<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>
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