an enum used to define the language in Windows© for spell check More...
Functions | |
std::string | name (long id) |
returns the name given Windows© id | |
std::string | localeName (long id) |
returns the simplified locale name | |
long | getDefault () |
returns the default language: 0x409 : english(US) |
an enum used to define the language in Windows© for spell check
long libwps_tools_win::Language::getDefault | ( | ) |
returns the default language: 0x409 : english(US)
Referenced by WPS4Text::readText().
std::string libwps_tools_win::Language::localeName | ( | long | id | ) |
returns the simplified locale name
Referenced by WPSContentListener::_addLanguage(), and WPSContentListener::setDocumentLanguage().
std::string libwps_tools_win::Language::name | ( | long | id | ) |
returns the name given Windows© id
Referenced by WPS4Parser::createOLEStructures(), libwps::Debug::flattenFileName(), libwps::DirTree::getOLENames(), libwps::DirTree::load(), WPS8Parser::parse(), WPSOLEParser::parse(), WPS4Parser::parseEntry(), WPS8Parser::parseHeaderIndexEntry(), WPS4Text::readDosLink(), WPS4Text::readEntries(), WPS4Graph::readObject(), and libwps::StorageIO::streamIO().