![]() |
ManaPlus
|
#include "utils/langs.h"#include "configuration.h"#include "being/playerinfo.h"#include "resources/db/languagedb.h"#include "debug.h"Go to the source code of this file.
Functions | |
| static const char * | getLangName () |
| LangVect | getLang () |
| LangVect | getServerLang () |
| std::string | getLangSimple () |
| std::string | getLangShort () |
| LangVect getLang | ( | ) |
Definition at line 42 of file langs.cpp.
References config, getLangName(), and Configuration::getStringValue().
Referenced by TranslationManager::loadCurrentLang(), and Gui::postInit().
|
static |
Definition at line 34 of file langs.cpp.
Referenced by getLang(), getLangShort(), and getLangSimple().
| std::string getLangShort | ( | ) |
Definition at line 102 of file langs.cpp.
References config, getLangName(), and Configuration::getStringValue().
Referenced by ServerDialog::loadServers().
| std::string getLangSimple | ( | ) |
Definition at line 85 of file langs.cpp.
References config, getLangName(), and Configuration::getStringValue().
Referenced by Ea::NpcRecv::processNpcStrInput().
| LangVect getServerLang | ( | ) |
Definition at line 68 of file langs.cpp.
References LanguageDb::getPo(), and PlayerInfo::getServerLanguage().
Referenced by TranslationManager::loadDictionaryLang().