Quote:
Originally Posted by Spika
Hello
This fix don?t work, I have test it in Contac Us page and I still receive the mail in English
Thanks
|
The fix above was only tested (by me, anyway) on the problems reported in this thread. It might actually be a better solution to just use the function fetch_phrase() from vb 4.1.10, I'm not sure. In any case you might try this (in addition to the above changes): In includes/functions.php around line 3530, add the lines in red:
Code:
function fetch_email_phrases($email_phrase, $languageid = -1, $emailsub_phrase = '', $varprefix = '')
{
if ($languageid == -1)
{
$languageid = LANGUAGEID;
}
if (empty($emailsub_phrase))
let us know if it works.