7a05b0aa4b0cbd877fbc49dae55de92539e1cfb4
[reactos.git] / reactos / dll / cpl / intl / intl.rc
1 /* $Id$ */
2
3 #include <windows.h>
4 #include "resource.h"
5
6 #define REACTOS_VERSION_DLL
7 #define REACTOS_STR_FILE_DESCRIPTION "ReactOS Control Panel\0"
8 #define REACTOS_STR_INTERNAL_NAME "intl\0"
9 #define REACTOS_STR_ORIGINAL_FILENAME "intl.cpl\0"
10 #include <reactos/version.rc>
11
12
13 IDC_CPLICON ICON "resources/applet.ico"
14
15
16
17 /*
18 * Everything specific to any language goes in one of the specific
19 * files. Note that you can and may override resources which also have
20 * a neutral version. This is to get localized bitmaps for example.
21 */
22
23 //#include "lang/cs-CZ.rc"
24 #include "lang/de-DE.rc"
25 //#include "lang/el-GR.rc"
26 #include "lang/en-US.rc"
27 //#include "lang/es-ES.rc"
28 //#include "lang/fr-FR.rc"
29 //#include "lang/hu-HU.rc"
30 //#include "lang/id-ID.rc"
31 //#include "lang/it-IT.rc"
32 //#include "lang/ja-JP.rc"
33 //#include "lang/nl-NL.rc"
34 //#include "lang/ru-RU.rc"
35 //#include "lang/sv-SE.rc"
36 //#include "lang/uk-UA.rc"