#include <Language.h>
Public Member Functions | |
CLanguage () | |
Standard constructor. | |
WCHAR * | GetText (int index) |
Returns text string from the given index position in the table. | |
bool | SetLanguage (int language) |
Sets chosen language loaded from config.ini, then calls LoadTextLanguages() to initialize string table. |
CLanguage::CLanguage | ( | ) |
Standard constructor.
WCHAR * CLanguage::GetText | ( | int | index | ) |
Returns text string from the given index position in the table.
bool CLanguage::SetLanguage | ( | int | language | ) |
Sets chosen language loaded from config.ini, then calls LoadTextLanguages() to initialize string table.
language | 0 - english, 1 - serbian |