Display Currency Selector in header Magento
Open header.phtml and paste below code at proper place
<?php echo $this->getLayout()->createBlock('directory/currency')->setTemplate('directory/currency.phtml')->toHtml(); ?>
That's it... Enjoy Chandresh rana's Coding.... :)