ok i checked the product this is what it read
$translationurl = $_SERVER['REQUEST_URI'];
i changed the "URI" to "URL" and it seems to translate ok now
$translationurl = $_SERVER['REQUEST_URL'];
the only problem is when it translates to new language,it logs me out of the forum,and i cant log back in,maybe i have to translate my username and password as well to log in with the different language
|