I have a custom magento sales module. I want to translate the custom mail template located in my local module folder(mailtemplate/template1.html). I copied it from the locale/en_US/template/email/sales folder.
I want to replace the placeholders with the customername and telephone number. And translate the message according to the customers country.
Also wanted to check if the telephone number has international country code and add the code, if not present, according to the customers country.
How do i translate text in magento.