How-to magento translate
1. in phtml file do:
<?php echo $this->__('Stores found')?> |
2. In Vendor/Module/etc/config.xml do:
...
<frontend>
<translate>
<modules>
<VisionDirect_Globalcollect>
<files>
<default>VisionDirect_Globalcollect.csv</default>
</files>
</VisionDirect_Globalcollect>
</modules>
</translate>
<routers>
...
</routers>
</frontend>
... |
3. app/locale/de_DE/VisionDirect_StoreLocator.csv
“My name is Imran”,”Maine name ist Imran”
“That is a wall”,”Dast ist fenster”
4. Switch domain name of your webstie from english to German and see the output