added/updated spanish translations by samwise52 <samcharly@hotmail.com> (fixed bug...
[reactos.git] / reactos / lib / user32 / user32.rc
index 3d722c3..6f1ae44 100644 (file)
@@ -1,7 +1,7 @@
 /* $Id$ */
 
-#include <defines.h>
-#include <messages.h>
+#include <windows.h>
+
 #include <resource.h>
 
 #define REACTOS_VERSION_DLL
@@ -12,7 +12,7 @@
 
 #define IDS_MDI_MOREWINDOWS     13
 
-LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
+LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
 
 /////////////////////////////////////////////////////////////////////////////
 //
@@ -58,6 +58,18 @@ OBM_CLOSE BITMAP "resources/obm_close.bmp"
 OBM_COMBO BITMAP "resources/obm_combo.bmp"
 OBM_MNARROW BITMAP "resources/obm_mnarrow.bmp"
 
+/////////////////////////////////////////////////////////////////////////////
+//
+// Languages
+//
+
 #include "En.rc"
 #include "Da.rc"
 #include "De.rc"
+#include "Fr.rc"
+#include "Nl.rc"
+#include "Pl.rc"
+#include "Ja.rc"
+#include "Sv.rc"
+#include "Hu.rc"
+#include "Es.rc"