BeeeOn Gateway  v2020.3.1-2-g6f737dc
Platform to interconnect the IoT world
Public Member Functions
BeeeOn::SystemLocaleImpl Class Reference
Inheritance diagram for BeeeOn::SystemLocaleImpl:
BeeeOn::LocaleImpl

Public Member Functions

std::string language () const override
 
std::string country () const override
 
std::string displayName () const override
 
std::string toString () const override
 

Member Function Documentation

string SystemLocaleImpl::country ( ) const
overridevirtual

Returns country code of the locale.

Implements BeeeOn::LocaleImpl.

string SystemLocaleImpl::displayName ( ) const
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.

string SystemLocaleImpl::language ( ) const
overridevirtual

Returns language code of the locale.

Implements BeeeOn::LocaleImpl.

string SystemLocaleImpl::toString ( ) const
overridevirtual

String representation of the locale. It is usually a code like en_US.

Implements BeeeOn::LocaleImpl.


The documentation for this class was generated from the following files: