Hi
http://en.wikipedia.org/wiki/United_Arab_Emirates_dirham
Thank you very much.
Does this information look correct?
'AED' => array( 'code' => 'AED', 'symbol' => 'د.إ', 'name' => t('United Arab Emirates Dirham'), 'numeric_code' => '784', 'minor_unit' => t('Fils'), 'major_unit' => t('Dirham'), ),
Can you give me some examples of how you would format currency in AED? And maybe the currency symbol on a standalone line?
Ok, I was able to find a currency format in http://finance.yahoo.com/currency-converter/?amt=1&from=USD&to=AED&submi... and verified my use of the symbol against the Currency API module. Think it's good to go as:
'AED' => array( 'code' => 'AED', 'symbol' => 'د.إ', 'name' => t('United Arab Emirates Dirham'), 'numeric_code' => '784', 'symbol_placement' => 'after', 'code_placement' => '', 'minor_unit' => t('Fils'), 'major_unit' => t('Dirham'), ),
Automatically closed -- issue fixed for 2 weeks with no activity.
Hi Ryan
Thank you very much for your response. Sorry for taking so long to get back to you.
The prefix "AED" is used as you can see from this example: http://store.apple.com/ae/
Ryan,
We have been asked to change it to this:
'AED' => array( 'code' => 'AED', 'symbol' => 'AED', 'name' => t('United Arab Emirates Dirham'), 'numeric_code' => '784', 'symbol_placement' => 'after', 'code_placement' => '', 'minor_unit' => t('Fils'), 'major_unit' => t('Dirham'), ),
Comments
Comment #1
rszrama commentedDoes this information look correct?
Can you give me some examples of how you would format currency in AED? And maybe the currency symbol on a standalone line?
Comment #2
rszrama commentedOk, I was able to find a currency format in http://finance.yahoo.com/currency-converter/?amt=1&from=USD&to=AED&submi... and verified my use of the symbol against the Currency API module. Think it's good to go as:
Comment #4
AWE commentedHi Ryan
Thank you very much for your response. Sorry for taking so long to get back to you.
The prefix "AED" is used as you can see from this example: http://store.apple.com/ae/
Comment #5
joshmillerRyan,
We have been asked to change it to this:
Comment #6
rszrama commented