ive been trying to accomplish this by myself, but no luck sofar...
in the "/client/header.inc.php"
below
<li><a class="home" href="index.php"><?= $trl->translate('TEXT_HOME'); ?></a></li>
</li>
i've added:
<li>
<!<!--
<?php
//$chooselanguage = $_POST;
$language = $_POST;
echo $language." Test Fase!";
//echo $dir;
?>>
<form method="post" name="chooselanguage" action="<?php echo $PHP_SELF;?>">
<select name="chooselanguage">
<option selected>Please Select...
<option value="nl">Nederlands</option>
<option value="us">English</option>
<option value="fr">Francais</option>
</select>
<input type="submit" value="submit" name="submit">
</form>
</li>
for a dropdown to choose the language.
then
in the "class.translate.php" i've changed this line:
define('OSTLANG','us');
to
define('OSTLANG','$chooselanguage');
i'm not very good with php (obviously) so i hope someone can help me (and eveybody who needs this..
thanks a milion,
freddy