I have set up the currency according to store view but when I see the frontend, it's not displaying.
I have done all the things. Moved the currency using the default.xml file.
<move element="currency" destination="header.sections"/>
Call this from my custom phtml file.
<?php echo $this->getChildHtml('currency') ?>
when I open the template hints, the currency file is calling from the vendor module but not displaying in frontend.
See the below image.
Is there anything which I had missed out.
