[DWNL] Localize the File Download utility (#853)
[reactos.git] / base / applications / network / dwnl / dwnl.rc
1 #include <windef.h>
2
3 #include "resource.h"
4
5 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
6
7 #define REACTOS_STR_FILE_DESCRIPTION "ReactOS File Download Utility"
8 #define REACTOS_STR_INTERNAL_NAME "dwnl"
9 #define REACTOS_STR_ORIGINAL_FILENAME "dwnl.exe"
10 #include <reactos/version.rc>
11
12 /* UTF-8 */
13 #pragma code_page(65001)
14 #ifdef LANGUAGE_EN_US
15 #include "lang/en-US.rc"
16 #endif