Hello,
I am a beginner.
Joomla version =3
VirtueMart version = 3
English is not my native language.
I want to change the title of Reviews and Description tabs title into my desired words in my native language.
My native language is installed (Persian).
I searched on the Internet and I just found that I should change the value of the two below variables:
COM_VIRTUEMART_REVIEWS
COM_VIRTUEMART_PRODUCT_DESC_TITLE
I searched default.php file and I just found below lines:
<?php echo JText::_('COM_VIRTUEMART_REVIEWS'); ?>
and
<?php echo vmText::_('COM_VIRTUEMART_PRODUCT_DESC_TITLE'); ?>
Please Help me step by step!
Thanks
You need language overrides.
See https://www.joomla-monster.com/documentation/joomla-tutorials/how-to-translate-text-using-language-overrides
or https://www.joomlashack.com/blog/joomla/languge-manager
Go into Joomla back end and use the language tools and make overrides (replacement text9 for these two language keys. This way they will not be replaced when the VM language file gets updated on an upgrade.
Choose admin language for your language and make sure to tick the box "For both places".
Jörgen @ Kreativ Fotografi
Thank you very much.
Your answers solved my problem quickly.
Thank you so much.
Good luck
You are welcome.
Jörgen