LocalizationInfo Class Reference

Public Member Functions

void fromString (const QString &str)
 
bool operator== (const LocalizationInfo &o2) const
 
QString toString () const
 

Public Attributes

QString countryCodeName
 The same as code used for country flags in IP2C. More...
 
QString localeName
 Compliant with language_country standard. See QLocale::name() More...
 
QString niceName
 Name that will be displayed to user. More...
 

Detailed Description

Definition at line 30 of file localizationinfo.h.

Member Data Documentation

QString LocalizationInfo::countryCodeName

The same as code used for country flags in IP2C.

Definition at line 36 of file localizationinfo.h.

QString LocalizationInfo::localeName

Compliant with language_country standard. See QLocale::name()

Definition at line 41 of file localizationinfo.h.

QString LocalizationInfo::niceName

Name that will be displayed to user.

Definition at line 45 of file localizationinfo.h.


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