#ifndef _LANGUAGE_H_
#define _LANGUAGE_H_

#ifdef LANG_EN
#include "LANG_EN.h"
#endif
#ifdef LANG_RU
#include "LANG_RU.h"
#endif
#ifdef LANG_CN
#include "LANG_CN.h"
#endif
#ifdef LANG_CZ
#include "LANG_CZ.h"
#endif
#ifdef LANG_PL
#include "LANG_PL.h"
#endif
#ifdef LANG_SP
#include "LANG_SP.h"
#endif
#ifdef LANG_PTB
#include "LANG_PTB.h"
#endif

#endif


