#if defined(English) #include "English.h" #endif #if defined(Portuguese) #include "Portuguese.h" #endif #if defined(Italian) #include "Italian.h" #endif #if defined(Russian1251) #include "Russian1251.h" #endif #if defined(RussianKOI8) #include "RussianKOI8.h" #endif #if defined(Hungarian) #include "Hungarian.h" #endif #if defined(Dutch) #include "Dutch.h" #endif #if defined(French) #include "French.h" #endif #if defined(German) #include "German.h" #endif #if defined(Spanish) #include "Spanish.h" #endif #if defined(Swedish) #include "Swedish.h" #endif #if defined(Japanese) #include "Japanese.h" #endif #if defined(Czech) #include "Czech.h" #endif #if defined(Chinese) #include "Chinese.h" #endif #if defined(Chinese_big5) #include "Chinese-big5.h" #endif #if defined(Slovak) #include "Slovak.h" #endif #if defined(Polish) #include "Polish.h" #endif #if defined(Serbian) #include "Serbian.h" #endif #if defined(Latvian) #include "Latvian.h" #endif #if defined(Romanian) #include "Romanian.h" #endif #if defined(Indonesian) #include "Indonesian.h" #endif #if defined(Turkish) #include "Turkish.h" #endif #if defined(Catalan) #include "Catalan.h" #endif