Sorry for my english ...
I use the pro version and all is well for the translation of the text, I still hang on against them ...
Yes the picture are not going to be translated simply by language chosen, I would display pictures in the correct language.
I try to retrieve the variable of the language but I do not know how ..
I would say if the page on this ww.monsite.com/en/ displays the picture "english.jpg"
But how do you know that the page is in English or German?
I tried this
- Code: Select all
<?php
$monUrl = "http://".$_SERVER['HTTP_HOST'].$_SERVER['HTTP_REFERER'].$_SERVER['SCRIPT_NAME'];
echo"$monUrl";
?>
But it returns me this ww.monsite.com/index.php
Do you have any idea?
Thank you in advance for your help
Steve