[WINHLP32] All the lang resource files are in UTF-8.
[reactos.git] / base / applications / winhlp32 / rsrc.rc
1 /*
2 * Help Viewer
3 *
4 * Copyright 1996 Ulrich Schmid
5 * Copyright 2002 Sylvain Petreolle <spetreolle@yahoo.fr>
6 *
7 * This library is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU Lesser General Public
9 * License as published by the Free Software Foundation; either
10 * version 2.1 of the License, or (at your option) any later version.
11 *
12 * This library is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15 * Lesser General Public License for more details.
16 *
17 * You should have received a copy of the GNU Lesser General Public
18 * License along with this library; if not, write to the Free Software
19 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
20 */
21
22 #include "winhelp_res.h"
23
24 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
25
26
27 MAIN_ACCEL ACCELERATORS
28 {
29 VK_F1, MNID_HELP_HELPON, VIRTKEY
30 }
31
32 /* @makedep: winhelp.ico */
33 IDI_WINHELP ICON "res/winhelp.ico"
34
35 #include <reactos/manifest_exe.rc>
36
37 /* UTF-8 */
38 #pragma code_page(65001)
39
40 #ifdef LANGUAGE_BG_BG
41 #include "lang/Bg.rc"
42 #endif
43 #ifdef LANGUAGE_CS_CZ
44 #include "lang/Cs.rc"
45 #endif
46 #ifdef LANGUAGE_DA_DK
47 #include "lang/Da.rc"
48 #endif
49 #ifdef LANGUAGE_DE_DE
50 #include "lang/De.rc"
51 #endif
52 #ifdef LANGUAGE_EN_US
53 #include "lang/En.rc"
54 #endif
55 #ifdef LANGUAGE_ES_ES
56 #include "lang/Es.rc"
57 #endif
58 #ifdef LANGUAGE_FI_FI
59 #include "lang/Fi.rc"
60 #endif
61 #ifdef LANGUAGE_FR_FR
62 #include "lang/Fr.rc"
63 #endif
64 #ifdef LANGUAGE_HE_IL
65 #include "lang/He.rc"
66 #endif
67 #ifdef LANGUAGE_HU_HU
68 #include "lang/Hu.rc"
69 #endif
70 #ifdef LANGUAGE_IT_IT
71 #include "lang/It.rc"
72 #endif
73 #ifdef LANGUAGE_JA_JP
74 #include "lang/Ja.rc"
75 #endif
76 #ifdef LANGUAGE_KO_KR
77 #include "lang/Ko.rc"
78 #endif
79 #ifdef LANGUAGE_LT_LT
80 #include "lang/Lt.rc"
81 #endif
82 #ifdef LANGUAGE_NL_NL
83 #include "lang/Nl.rc"
84 #endif
85 #ifdef LANGUAGE_NO_NO
86 #include "lang/No.rc"
87 #endif
88 #ifdef LANGUAGE_PL_PL
89 #include "lang/Pl.rc"
90 #endif
91 #ifdef LANGUAGE_PT_PT
92 #include "lang/Pt.rc"
93 #endif
94 #ifdef LANGUAGE_RM_CH
95 #include "lang/Rm.rc"
96 #endif
97 #ifdef LANGUAGE_RO_RO
98 #include "lang/Ro.rc"
99 #endif
100 #ifdef LANGUAGE_RU_RU
101 #include "lang/Ru.rc"
102 #endif
103 #ifdef LANGUAGE_SK_SK
104 #include "lang/Sk.rc"
105 #endif
106 #ifdef LANGUAGE_SL_SI
107 #include "lang/Si.rc"
108 #endif
109 #ifdef LANGUAGE_SQ_AL
110 #include "lang/Sq.rc"
111 #endif
112 #ifdef LANGUAGE_SR_SP
113 #include "lang/Sr.rc"
114 #endif
115 #ifdef LANGUAGE_SV_SE
116 #include "lang/Sv.rc"
117 #endif
118 #ifdef LANGUAGE_TR_TR
119 #include "lang/Tr.rc"
120 #endif
121 #ifdef LANGUAGE_UK_UA
122 #include "lang/Uk.rc"
123 #endif
124 #ifdef LANGUAGE_ZH_CN
125 #include "lang/Zh.rc"
126 #endif