#include <LangCode.h>
Public Member Functions | |
LangCode () | |
LangCode (const std::string &code_r) | |
LangCode (const ISOLanguage &language_r, const ISOCountry &country_r=ISOCountry()) | |
~LangCode () | |
bool | isSet () const |
bool | hasLanguage () const |
bool | hasCountry () const |
std::string | code () const |
std::string | languageCode () const |
std::string | countryCode () const |
std::string | name () const |
std::string | languageName () const |
std::string | countryName () const |
ISOLanguage | language () const |
ISOCountry | country () const |
Private Attributes | |
ISOLanguage | _language |
ISOCountry | _country |
language[_country]
codes.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|