diff --git a/wadsrc/static/menudef.txt b/wadsrc/static/menudef.txt
index 6e628a327..52408f8d2 100644
--- a/wadsrc/static/menudef.txt
+++ b/wadsrc/static/menudef.txt
@@ -1635,6 +1635,37 @@ OptionValue Autosave
 	2,	"$OPTVAL_NEVER"
 }
 
+/*=======================================
+ *
+ * Language menu 
+ * (most languages are still incomplete, only DE, PT and RO are done.)
+ *
+ *=======================================*/
+
+OptionString "LanguageOptions"
+{
+	"auto", "Auto"
+	"default", "English (US)"
+	"eng", "English (UK)"
+	//"cs", "Česky (Czech)"
+	"de", "Deutsch (German)"
+	//"es", "Español (España) (Castilian Spanish)"
+	//"esm", "Español (Latino) (Latin American Spanish)"
+	//"eo", "Esperanto"
+	//"fi", "Suomi (Finnish)"
+	//"fr", "Français (French)"
+	//"it", "Italiano (Italian)"
+	//"jp", "日本語 (Japanese)"
+	//"ko", "한국어 (Korean)"
+	//"nl", "Nederlands (Dutch)"
+	//"pl", "Polski (Polish)"
+	//"ptg", "Português (European Portuguese)"
+	"pt", "Português do Brasil (Brazilian Portuguese)"
+	"ro", "Română (Romanian)"
+	//"ru", "Русский (Russian)"
+	//"sr", "Српски (Serbian)"
+}
+
 OptionMenu "MiscOptions" protected
 {
 	Title "$MISCMNU_TITLE"
@@ -1662,7 +1693,7 @@ OptionMenu "MiscOptions" protected
 		Option "$MISCMNU_NINJA",				"sw_ninjahack", "OnOff"
 	}
 	//StaticText " "
-	//Option "$OPTMNU_LANGUAGE", "language", "LanguageOptions" - not ready yet
+	Option "$OPTMNU_LANGUAGE", "language", "LanguageOptions"
 
 }