[svn r10671] use the current interface language

skala
Bart Mollet 19 years ago
parent 1c6c47cd87
commit 8594daf953
  1. 4
      index.php

@ -20,7 +20,7 @@
/**
* @package dokeos.main
* @author Patrick Cool <patrick.cool@UGent.be>, Ghent University, Refactoring
* @version $Id: index.php 10611 2007-01-08 09:44:43Z elixir_inter $
* @version $Id: index.php 10671 2007-01-11 10:14:46Z bmol $
* @todo check the different @todos in this page and really do them
* @todo check if the news management works as expected
*/
@ -336,7 +336,7 @@ function display_anonymous_right_menu()
echo "<div class=\"menusection\">", "<span class=\"menusectioncaption\">".get_lang("MenuGeneral")."</span>";
echo "<ul class=\"menulist\">";
$user_selected_language = $_SESSION["user_language_choice"];
$user_selected_language = api_get_interface_language();
if (!isset ($user_selected_language))
$user_selected_language = $platformLanguage;

Loading…
Cancel
Save