Public Member Functions | |
| KLocalizedString () | |
| ~KLocalizedString () | |
| bool | Init (char *pIniFile) |
| const char * | GetString (char *pSection) |
| void | SetLanguage (E_LANGUAGE eLanguage) |
| void | SetLanguagePrefix (char *pPrefix) |
| const char * | GetLanguagePrefix () |
| const char * | GetLanguagePrefix (E_LANGUAGE eLanguage) |
| E_LANGUAGE | GetLanguage () |
Protected Attributes | |
| KIni * | m_pIniFile |
| E_LANGUAGE | m_eLanguage |
Static Protected Attributes | |
| static char * | s_Language [E_LANGUAGE_COUNT] |
Definition at line 29 of file LocalizedString.h.
1.5.1-p1