Magento Translate Custom Extension
In this guide I will show you how easy it is to translate the frontend of your custom Magento Extension. While building your extension you should format the text in your template files that you would want to be easily translated like this. <?php echo $this->__(‘yourtext’);?> If you need to use strings in classes or…