August 5, 2014 at 11:54 am
#12726
Theme Horse Support Team
Keymaster
Hi Ka222,
In which language do you want to translate it ? If you want to translate the name in your own language then you need to create .mo and .po file and place that language file inside language folder.
and inside wp-config.php file you need to add language. for ex:- french langauge
define('WPLANG', 'fr_FR');
Thank you!