2025-04-27 07:49:33 -04:00

6 lines
266 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"