#include <locale.h>
Inheritance diagram for Locale::
Public Methods | |
Locale (Line &line) | |
Locale () | |
bool | operator! () const |
class is valid? More... | |
std::string | get_language () const |
returns the selected language. More... | |
bool | is_default () const |
returns true if the default flag is set. More... | |
Line | get_line () const |
Private Attributes | |
std::string | language |
bool | is_valid_tag |
bool | isdefault |
|
|
|
|
|
returns the selected language.
|
|
Reimplemented from Tag. |
|
returns true if the default flag is set.
|
|
class is valid?
Reimplemented from Tag. |
|
Reimplemented from Tag. |
|
|
|
|