Currency Symbol displays correctly locally, but not when I deploy to server
msidotiJan 18 2012 — edited Jan 18 2012Hi have some number fields, where I set the control hint on the view to Currency format. When I run locally, everything displays properly: $1,234.56
But when I deploy my application to our development server, the $ is coming up as a ยค1,234.56. This happens to all my currency fields, not matter what object is displaying it.
I've seen one other post that talks about using a numberConverter tag everytime I display the values, but I'd prefer to stick with "best practice" of using the control hints. Especially since it works fine locally, I have to think this is some sort of server side setting that I am missing. Does anyone have any idea what might be happening here?