Fixed: replacing this in my ubbthreads.php in root of forum:

Replace:
Code
		if (!$user['USER_LANGUAGE']) $user['USER_LANGUAGE'] = $config['LANGUAGE'];


With:
Code
		if (!$user['USER_LANGUAGE']) {
		$user['USER_LANGUAGE'] = $config['LANGUAGE'];
		$lang = getenv ("HTTP_ACCEPT_LANGUAGE");
		  if ($lang == "nl") {
  		    $user['USER_LANGUAGE'] = "nederlands";
		  }
		}


Rob

Last edited by Robje01; 03/24/2009 9:26 AM.

My place to be: http://www.freesat.nl