diff --git a/htdocs/main.inc.php b/htdocs/main.inc.php
index 454e6a0acd1..638f713a7f9 100644
--- a/htdocs/main.inc.php
+++ b/htdocs/main.inc.php
@@ -984,7 +984,8 @@ function top_menu($head, $title='', $target='', $disablejs=0, $disablehead=0, $a
$htmltext.='
'.$langs->trans("PreviousConnexion").': '.dol_print_date($user->datepreviouslogin,"dayhour");
$htmltext.='
'.$langs->trans("AuthenticationMode").': '.$_SESSION["dol_authmode"];
$htmltext.='
'.$langs->trans("CurrentTheme").': '.$conf->theme;
- $htmltext.='
'.$langs->trans("CurrentUserLanguage").': '.$langs->getDefaultLang();
+ $s=picto_from_langcode($conf->global->MAIN_LANG_DEFAULT);
+ $htmltext.='
'.$langs->trans("CurrentUserLanguage").': '.($s?$s.' ':'').$langs->getDefaultLang();
$htmltext.='
'.$langs->trans("Browser").': '.$conf->browser->name.' ('.$_SERVER['HTTP_USER_AGENT'].')';
if (! empty($conf->browser->phone)) $htmltext.='
'.$langs->trans("Phone").': '.$conf->browser->phone;