BeeeOn Gateway
v2020.3.1-2-g6f737dc
Platform to interconnect the IoT world
|
Public Member Functions | |
std::string | language () const override |
std::string | country () const override |
std::string | displayName () const override |
std::string | toString () const override |
|
overridevirtual |
Returns country code of the locale.
Implements BeeeOn::LocaleImpl.
|
overridevirtual |
Name to display to user.
It displays its name via its locale. Thus if the locale is en_US, you would get English (USA). If the locale is cs_CZ, the result would be Čeština (Česká republika).
Implements BeeeOn::LocaleImpl.
|
overridevirtual |
Returns language code of the locale.
Implements BeeeOn::LocaleImpl.
|
overridevirtual |
String representation of the locale. It is usually a code like en_US.
Implements BeeeOn::LocaleImpl.