libwps_tools_win::Language Namespace Reference

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)

Detailed Description

an enum used to define the language in Windows© for spell check


Function Documentation

returns the default language: 0x409 : english(US)

std::string libwps_tools_win::Language::localeName ( long  id)

returns the simplified locale name

Referenced by WPSContentListener::_openSpan().

std::string libwps_tools_win::Language::name ( long  id)

returns the name given Windows© id

Referenced by WPS8Parser::parse(), and WPS8Parser::parseHeaderIndexEntry().