Translate Inline Text
Posted on: 5th Feb 2010
No Comments
In Magento, you may notice that all the text generated on the frontend is echoed with a PHP include, rather than being inputted manually onto the page. The reason for this is because it’s actually calling the text from a different folder, which in turn can be modified dynamically by the translate inline function – [...]
