Magento: Override default language translation

This article shows how you can override the default language texts. For example, you want to change the following texts:- – Customer ‘Account Information’ to ‘Your Account Info’ – Checkout ‘Billing Information’ to ‘Your Billing Information’ For this, you have to:- 1) Open app/design/frontend/default/default/locale/en_US/translate.csv (the location of this file may vary according to template package, … Read more

Magento: Language Translation for Custom Module [Step-by-Step Guide]

This article shows how you can create and use custom language translation csv file for your custom module. Suppose, I have created a new module and I want language translation file particularly for my newly made module. Here is how we do it:- In this example, Namespace: Chapagain Module Name: News 1) In config.xml file … Read more