2007-03-08 19:00:15 +00:00
|
|
|
#include <windows.h>
|
|
|
|
#include "resource.h"
|
|
|
|
|
|
|
|
/* define language neutral resources */
|
|
|
|
|
|
|
|
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
|
|
|
|
|
|
|
/* include localised resources */
|
2008-02-05 15:50:59 +00:00
|
|
|
#include "lang/en-GB.rc"
|
2007-03-08 19:00:15 +00:00
|
|
|
#include "lang/en-US.rc"
|
2007-07-10 13:17:54 +00:00
|
|
|
#include "lang/es-ES.rc"
|
|
|
|
#include "lang/fr-FR.rc"
|
2007-03-08 19:00:15 +00:00
|
|
|
#include "lang/id-ID.rc"
|
|
|
|
#include "lang/it-IT.rc"
|
|
|
|
#include "lang/nb-NO.rc"
|
2008-02-05 15:50:59 +00:00
|
|
|
#include "lang/pl-PL.rc"
|
2007-07-06 11:59:52 +00:00
|
|
|
#include "lang/ru-RU.rc"
|
2008-02-07 21:22:04 +00:00
|
|
|
#include "lang/sk-SK.rc"
|
2007-07-10 13:17:54 +00:00
|
|
|
#include "lang/th-TH.rc"
|
2007-07-26 09:09:45 +00:00
|
|
|
#include "lang/uk-UA.rc"
|