diff --git a/scripts/windows/coco-dev-setup/batch/localisation/de.coco b/scripts/windows/coco-dev-setup/batch/localisation/de.coco
index b84e9af30..075c10991 100755
--- a/scripts/windows/coco-dev-setup/batch/localisation/de.coco
+++ b/scripts/windows/coco-dev-setup/batch/localisation/de.coco
@@ -2,6 +2,7 @@
 <variables>
 	<global>
 		<native>Deutsch</native>
+		<description>German</description>
 		<intro>Ab jetzt senden wir unser Feedback in Englisch!</intro>
 	</global>
 	<install>
diff --git a/scripts/windows/coco-dev-setup/batch/localisation/en.coco b/scripts/windows/coco-dev-setup/batch/localisation/en.coco
index e1f0122b9..0fdbf7542 100755
--- a/scripts/windows/coco-dev-setup/batch/localisation/en.coco
+++ b/scripts/windows/coco-dev-setup/batch/localisation/en.coco
@@ -2,6 +2,7 @@
 <variables>
 	<global>
 		<native>English</native>
+		<description>English</description>
 		<intro>From now on we'll send our feedback in English!</intro>
 	</global>
 	<install>
diff --git a/scripts/windows/coco-dev-setup/batch/localisation/fr.coco b/scripts/windows/coco-dev-setup/batch/localisation/fr.coco
index 064dbe7fa..6c3902376 100755
--- a/scripts/windows/coco-dev-setup/batch/localisation/fr.coco
+++ b/scripts/windows/coco-dev-setup/batch/localisation/fr.coco
@@ -2,6 +2,7 @@
 <variables>
 	<global>
 		<native>français</native>
+		<description>French</description>
 		<intro>From now on we'll send our feedback in English!</intro>
 	</global>
 	<install>
diff --git a/scripts/windows/coco-dev-setup/batch/localisation/nl.coco b/scripts/windows/coco-dev-setup/batch/localisation/nl.coco
index 0f815b928..294b1ae89 100755
--- a/scripts/windows/coco-dev-setup/batch/localisation/nl.coco
+++ b/scripts/windows/coco-dev-setup/batch/localisation/nl.coco
@@ -2,6 +2,7 @@
 <variables>
 	<global>
 		<native>Nederlands</native>
+		<description>Dutch</description>
 		<intro>Vanaf nu geven we onze feedback in het Nederlands!</intro>
 	</global>
 	<install>
diff --git a/scripts/windows/coco-dev-setup/batch/localisation/zh-HANS.coco b/scripts/windows/coco-dev-setup/batch/localisation/zh-HANS.coco
index c0d46727e..86711ea66 100755
--- a/scripts/windows/coco-dev-setup/batch/localisation/zh-HANS.coco
+++ b/scripts/windows/coco-dev-setup/batch/localisation/zh-HANS.coco
@@ -2,6 +2,7 @@
 <variables>
 	<global>
 		<native>简体中文</native>
+		<description>Traditional Chinese</description>
 		<intro>目前我们只能用英文给你反馈!</intro>
 	</global>
 	<install>
@@ -26,7 +27,7 @@
 			<installing>正在安装...</installing>
 			<unzipping>正在解压...</unzipping>
 			<cleaning>正在清理...</cleaning>
-			<mongodbpath>请输入你希望安装 mongodb 的文件夹的全路径<mongodbpath>
+			<mongodbpath>请输入你希望安装 mongodb 的文件夹的全路径</mongodbpath>
 		</process>
 	</install>
 	<github>
@@ -80,4 +81,4 @@
 		<s5>  2) 在浏览器里访问 'localhost:3000' </s5>
 		<s6>好了,你现在可以开始开发 CodeCombat 了!</s6>
 	</start>
-</variables>
+</variables>
\ No newline at end of file
diff --git a/scripts/windows/coco-dev-setup/batch/localisation/zh-HANT.coco b/scripts/windows/coco-dev-setup/batch/localisation/zh-HANT.coco
index d9d459ef9..61e7ff3d6 100755
--- a/scripts/windows/coco-dev-setup/batch/localisation/zh-HANT.coco
+++ b/scripts/windows/coco-dev-setup/batch/localisation/zh-HANT.coco
@@ -2,6 +2,7 @@
 <variables>
 	<global>
 		<native>繁体中文</native>
+		<description>Simplified Chinese</description>
 		<intro>From now on we'll send our feedback in English!</intro>
 	</global>
 	<install>
diff --git a/scripts/windows/coco-dev-setup/batch/localisation/zh.coco b/scripts/windows/coco-dev-setup/batch/localisation/zh.coco
index 22f9c3914..6c7c8dd2f 100755
--- a/scripts/windows/coco-dev-setup/batch/localisation/zh.coco
+++ b/scripts/windows/coco-dev-setup/batch/localisation/zh.coco
@@ -2,6 +2,7 @@
 <variables>
 	<global>
 		<native>中文</native>
+		<description>Chinese</description>
 		<intro>From now on we'll send our feedback in English!</intro>
 	</global>
 	<install>
diff --git a/scripts/windows/coco-dev-setup/batch/scripts/get_language.bat b/scripts/windows/coco-dev-setup/batch/scripts/get_language.bat
index eb9c88ef5..fa66aafc8 100755
--- a/scripts/windows/coco-dev-setup/batch/scripts/get_language.bat
+++ b/scripts/windows/coco-dev-setup/batch/scripts/get_language.bat
@@ -5,8 +5,8 @@ call print_dashed_seperator
 
 call get_array ..\\localisation\\languages.coco languages language_count
 for /l %%i in (1,1,%language_count%) do (
-	call get_text !languages[%%i]! global_native global native
-	echo   [%%i] !global_native!
+	call get_text !languages[%%i]! global_description global description
+	echo   [%%i] !global_description!
 )
 
 goto:get_localisation_id
diff --git a/scripts/windows/coco-dev-setup/batch/scripts/nab_automatic_script.bat b/scripts/windows/coco-dev-setup/batch/scripts/nab_automatic_script.bat
index df06f23fb..b548cb6b8 100755
--- a/scripts/windows/coco-dev-setup/batch/scripts/nab_automatic_script.bat
+++ b/scripts/windows/coco-dev-setup/batch/scripts/nab_automatic_script.bat
@@ -4,4 +4,4 @@ echo %npm_script%
 
 echo start cmd.exe cmd /c "TITLE CodeCombat.com - nodemon server & call nodemon -w server -w server_config.js">%~1\SCOCODE.bat
 echo start cmd.exe cmd /c "TITLE CodeCombat.com - brunch - live compiler & call brunch w">>%~1\SCOCODE.bat
-echo TITLE CodeCombat.com - mongodb database & mongod --setParameter textSearchEnabled=true --dbpath %~2>>%~1\SCOCODE.bat
\ No newline at end of file
+echo start cmd.exe cmd /c "TITLE CodeCombat.com - mongodb database & mongod --setParameter textSearchEnabled=true --dbpath %~2">>%~1\SCOCODE.bat
\ No newline at end of file