Magento get locale currency symbol

If you need to get the current currency symbol for your website, use this :

Mage::app()->getLocale()->currency(Mage::app()->getStore()->getCurrentCurrencyCode())->getSymbol()

why so simple ?

Leave a Reply