Where is the currency?The position where the currency sign or name will be displayed depends on the locale. Still, when you want to define this setting yourself you have to use the display option and provide one of the following constants:
Example #1 Setting the currency position Let's assume that your client has again set "en_US" as locale. Using no option the returned value could look like this:
So by using the default setting the currency (in our case $) could either be rendered left or right from the value. Now let's define a fixed position:
Note that in the second snippet the position of USD is fixed regardless of the used locale or currency.
|
|