6 lines
261 B
C
6 lines
261 B
C
|
// Define the language and sublanguge supported by your program.
|
||
|
#define VER_LANGUAGE_NUM 0x0409
|
||
|
#define VER_SUBLANGUAGE_NUM 0x04B0
|
||
|
// Concatenate the two, 4 digit hex numbers above.
|
||
|
#define VER_LANGUAGE_STRING "040904B0"
|