Saturday, 19 April 2014

Call custom csv file for multi language store in magento


Call custom csv file for multi language store in magento

Note : Put this code in your etc folder "Config.xml" in local module or magento default module.

<translate>
  <modules>
     <Mage_Chand>
        <files>
           <default>Mage_Chand.csv</default>
        </files>
     </Mage_Chand>
  </modules>
</translate>

That's it... Enjoy Chandresh rana's Coding.... :)

No comments: