#ifndef LOCALIZE_H #define LOCALIZE_H inline const char* const g_LanguageNames[] = { "english", "german", "french", "italian", "korean", "spanish", "schinese", "tchinese", "russian", "japanese", "portuguese", "polish", }; #endif // LOCALIZE_H