You must be logged in to reply to this topic. Click here to login or register
Forum › Forum › Magento Theme › SNS Codia – Magento Theme › Translating "Wishlist" and "View"
“Wishlist” and “View” can’t be translated neither by translate.csv nor inline translation.
I attached file.
What file should I edit?
Can I translate them by editing as follows?
Replace code:
<?php echo $this->title;?>
by code:
<?php echo $this->__($this->title);?>
Where should I set these code?
You must be logged in to reply to this topic. Click here to login or register