diff --git a/ecrire/inc/lang.php b/ecrire/inc/lang.php
index f5356570975cde238d3965feb9e6f3b20e2e3b3e..17d18964d4e0b002b5d09fd6c19c6ed0816ab0fe 100644
--- a/ecrire/inc/lang.php
+++ b/ecrire/inc/lang.php
@@ -184,7 +184,7 @@ function liste_options_langues($nom_select, $default='', $herit='') {
 		## ici ce serait bien de pouvoir choisir entre "langue par defaut"
 		## et "langue heritee"
 		else
-			$ret .= "<option class='maj-debut' value='$l'$selected>".traduire_nom_langue($l)."</option>\n";
+			$ret .= "<option class='maj-debut' value='$l'$selected>".traduire_nom_langue($l)." [".$l."]</option>\n";
 	}
 	return $ret;
 }