J 1.7.3 CB 1.7.1
I would like to have a fully multi-language email in the registration process, including terms of use, sender's name and email.
When I check the code among other strings that are completly translated I have for example these lines:
in administrator\components\com_profiler\ue_config.php:
$ueConfig='_UE_TERMS_URL';
in default_language.php:
DEFINE('_UE_TERMS_URL','terms-of-use.html');
in italian.php:
DEFINE('_UE_TERMS_URL','termini-di-utilizzo.html');
However this substitution does not work like all the others. I get <a target="_BLANK" href="http://www.domain_name.com/_UE_TERMS_URL"> Termini e Condizioni.
So the question is where and how I should change the code in order to have also these elements of the email translated.
Thankx A
J2.5.3 CB 1.8.0 GJ 2.5.1 Kunena 1.7.2