QLocale Class

The QLocale class converts between numbers and their string representations in various languages. More...

Header: #include <QLocale>
qmake: QT += core

Note: All functions in this class are reentrant with the following exceptions:

Public Types

enum Country { AnyCountry, Afghanistan, AlandIslands, Albania, Algeria, …, Zimbabwe }
enum CurrencySymbolFormat { CurrencyIsoCode, CurrencySymbol, CurrencyDisplayName }
enum DataSizeFormat { DataSizeIecFormat, DataSizeTraditionalFormat, DataSizeSIFormat }
flags DataSizeFormats
enum FloatingPointPrecisionOption { FloatingPointShortest }
enum FormatType { LongFormat, ShortFormat, NarrowFormat }
enum Language { AnyLanguage, C, Abkhazian, Afan, Afar, …, Zulu }
enum MeasurementSystem { MetricSystem, ImperialUSSystem, ImperialUKSystem, ImperialSystem }
enum NumberOption { DefaultNumberOptions, OmitGroupSeparator, RejectGroupSeparator, OmitLeadingZeroInExponent, RejectLeadingZeroInExponent, …, RejectTrailingZeroesAfterDot }
flags NumberOptions
enum QuotationStyle { StandardQuotation, AlternateQuotation }
enum Script { AnyScript, AdlamScript, AhomScript, AnatolianHieroglyphsScript, ArabicScript, …, YiScript }

Public Functions

QLocale(const QLocale &other)
QLocale(Language language, Script script, Country country)
QLocale(Language language, Country country = AnyCountry)
QLocale(const QString &name)
QLocale()
QLocale &operator=(const QLocale &other)
~QLocale()
QString amText() const
QString bcp47Name() const
QLocale collation() const
Country country() const
QString createSeparatedList(const QStringList &list) const
QString currencySymbol(CurrencySymbolFormat format = CurrencySymbol) const
QString dateFormat(FormatType format = LongFormat) const
QString dateTimeFormat(FormatType format = LongFormat) const
QString dayName(int day, FormatType type = LongFormat) const
QChar decimalPoint() const
QChar exponential() const
Qt::DayOfWeek firstDayOfWeek() const
QString formattedDataSize(qint64 bytes, int precision = 2, DataSizeFormats format = DataSizeIecFormat) const
QChar groupSeparator() const
Language language() const
MeasurementSystem measurementSystem() const
QString monthName(int month, FormatType type = LongFormat) const
QString name() const
QString nativeCountryName() const
QString nativeLanguageName() const
QChar negativeSign() const
NumberOptions numberOptions() const
QChar percent() const
QString pmText() const
QChar positiveSign() const
QString quoteString(const QString &str, QuotationStyle style = StandardQuotation) const
QString quoteString(const QStringRef &str, QuotationStyle style = StandardQuotation) const
Script script() const
void setNumberOptions(NumberOptions options)
QString standaloneDayName(int day, FormatType type = LongFormat) const
QString standaloneMonthName(int month, FormatType type = LongFormat) const
void swap(QLocale &other)
Qt::LayoutDirection textDirection() const
QString timeFormat(FormatType format = LongFormat) const
QString toCurrencyString(qlonglong value, const QString &symbol = QString()) const
QString toCurrencyString(qulonglong value, const QString &symbol = QString()) const
QString toCurrencyString(short value, const QString &symbol = QString()) const
QString toCurrencyString(ushort value, const QString &symbol = QString()) const
QString toCurrencyString(int value, const QString &symbol = QString()) const
QString toCurrencyString(uint value, const QString &symbol = QString()) const
QString toCurrencyString(double value, const QString &symbol = QString()) const
QString toCurrencyString(double value, const QString &symbol, int precision) const
QString toCurrencyString(float value, const QString &symbol = QString()) const
QString toCurrencyString(float i, const QString &symbol, int precision) const
QDate toDate(const QString &string, FormatType format = LongFormat) const
QDate toDate(const QString &string, const QString &format) const
QDate toDate(const QString &string, FormatType format, QCalendar cal) const
QDate toDate(const QString &string, const QString &format, QCalendar cal) const
QDateTime toDateTime(const QString &string, FormatType format = LongFormat) const
QDateTime toDateTime(const QString &string, const QString &format) const
QDateTime toDateTime(const QString &string, FormatType format, QCalendar cal) const
QDateTime toDateTime(const QString &string, const QString &format, QCalendar cal) const
double toDouble(const QString &s, bool *ok = nullptr) const
double toDouble(const QStringRef &s, bool *ok = nullptr) const
double toDouble(QStringView s, bool *ok = nullptr) const
float toFloat(const QString &s, bool *ok = nullptr) const
float toFloat(const QStringRef &s, bool *ok = nullptr) const
float toFloat(QStringView s, bool *ok = nullptr) const
int toInt(const QString &s, bool *ok = nullptr) const
int toInt(const QStringRef &s, bool *ok = nullptr) const
int toInt(QStringView s, bool *ok = nullptr) const
long toLong(const QString &s, bool *ok = nullptr) const
long toLong(const QStringRef &s, bool *ok = nullptr) const
long toLong(QStringView s, bool *ok = nullptr) const
qlonglong toLongLong(const QString &s, bool *ok = nullptr) const
qlonglong toLongLong(const QStringRef &s, bool *ok = nullptr) const
qlonglong toLongLong(QStringView s, bool *ok = nullptr) const
QString toLower(const QString &str) const
short toShort(const QString &s, bool *ok = nullptr) const
short toShort(const QStringRef &s, bool *ok = nullptr) const
short toShort(QStringView s, bool *ok = nullptr) const
QString toString(qlonglong i) const
QString toString(qulonglong i) const
QString toString(long i) const
QString toString(ulong i) const
QString toString(short i) const
QString toString(ushort i) const
QString toString(int i) const
QString toString(uint i) const
QString toString(double i, char f = 'g', int prec = 6) const
QString toString(float i, char f = 'g', int prec = 6) const
QString toString(const QDate &date, const QString &format) const
QString toString(const QTime &time, const QString &format) const
QString toString(const QDateTime &dateTime, const QString &format) const
QString toString(const QDate &date, QStringView format) const
QString toString(const QTime &time, QStringView format) const
QString toString(const QDateTime &dateTime, QStringView format) const
QString toString(const QDate &date, FormatType format = LongFormat) const
QString toString(const QTime &time, FormatType format = LongFormat) const
QString toString(const QDateTime &dateTime, FormatType format = LongFormat) const
QString toString(const QDate &date, QStringView format, QCalendar cal) const
QString toString(const QDate &date, FormatType format, QCalendar cal) const
QString toString(const QDateTime &dateTime, FormatType format, QCalendar cal) const
QString toString(const QDateTime &dateTime, QStringView format, QCalendar cal) const
QTime toTime(const QString &string, FormatType format = LongFormat) const
QTime toTime(const QString &string, const QString &format) const
uint toUInt(const QString &s, bool *ok = nullptr) const
uint toUInt(const QStringRef &s, bool *ok = nullptr) const
uint toUInt(QStringView s, bool *ok = nullptr) const
ulong toULong(const QString &s, bool *ok = nullptr) const
ulong toULong(const QStringRef &s, bool *ok = nullptr) const
ulong toULong(QStringView s, bool *ok = nullptr) const
qulonglong toULongLong(const QString &s, bool *ok = nullptr) const
qulonglong toULongLong(const QStringRef &s, bool *ok = nullptr) const
qulonglong toULongLong(QStringView s, bool *ok = nullptr) const
ushort toUShort(const QString &s, bool *ok = nullptr) const
ushort toUShort(const QStringRef &s, bool *ok = nullptr) const
ushort toUShort(QStringView s, bool *ok = nullptr) const
QString toUpper(const QString &str) const
QStringList uiLanguages() const
QList<Qt::DayOfWeek> weekdays() const
QChar zeroDigit() const
bool operator!=(const QLocale &other) const
bool operator==(const QLocale &other) const

Static Public Members

QLocale c()
QString countryToString(Country country)
QString languageToString(Language language)
QList<QLocale> matchingLocales(QLocale::Language language, QLocale::Script script, QLocale::Country country)
QString scriptToString(Script script)
void setDefault(const QLocale &locale)
QLocale system()
uint qHash(const QLocale &key, uint seed = 0)

Detailed Description

QLocale is initialized with a language/country pair in its constructor and offers number-to-string and string-to-number conversion functions similar to those in QString.

Example:

 QLocale egyptian(QLocale::Arabic, QLocale::Egypt);
 QString s1 = egyptian.toString(1.571429E+07, 'e');
 QString s2 = egyptian.toString(10);

 double d = egyptian.toDouble(s1);
 int i = egyptian.toInt(s2);

QLocale supports the concept of a default locale, which is determined from the system's locale settings at application startup. The default locale can be changed by calling the static member setDefault(). Setting the default locale has the following effects:

  • If a QLocale object is constructed with the default constructor, it will use the default locale's settings.
  • QString::toInt(), QString::toDouble(), etc., interpret the string according to the default locale. If this fails, it falls back on the "C" locale.
  • QString::arg() uses the default locale to format a number when its position specifier in the format string contains an 'L', e.g. "%L1".

The following example illustrates how to use QLocale directly:

 QLocale::setDefault(QLocale(QLocale::Hebrew, QLocale::Israel));
 QLocale hebrew; // Constructs a default QLocale
 QString s1 = hebrew.toString(15714.3, 'e');

 bool ok;
 double d;

 QLocale::setDefault(QLocale::C);
 d = QString("1234,56").toDouble(&ok);   // ok == false, d == 0
 d = QString("1234.56").toDouble(&ok);   // ok == true,  d == 1234.56

 QLocale::setDefault(QLocale::German);
 d = QString("1234,56").toDouble(&ok);   // ok == false, d == 0
 d = QString("1234.56").toDouble(&ok);   // ok == true,  d == 1234.56

 QLocale::setDefault(QLocale(QLocale::English, QLocale::UnitedStates));
 QString str = QString("%1 %L2 %L3")
       .arg(12345).arg(12345).arg(12345, 0, 16);
 // str == "12345 12,345 3039"

When a language/country pair is specified in the constructor, one of three things can happen:

  • If the language/country pair is found in the database, it is used.
  • If the language is found but the country is not, or if the country is AnyCountry, the language is used with the most appropriate available country (for example, Germany for German),
  • If neither the language nor the country are found, QLocale defaults to the default locale (see setDefault()).

Use language() and country() to determine the actual language and country values used.

An alternative method for constructing a QLocale object is by specifying the locale name.

 QLocale korean("ko");
 QLocale swiss("de_CH");

This constructor converts the locale name to a language/country pair; it does not use the system locale database.

Note: For the current keyboard input locale take a look at QInputMethod::locale().

QLocale's data is based on Common Locale Data Repository v39.

See also QString::arg(), QString::toInt(), QString::toDouble(), and QInputMethod::locale().

Member Type Documentation

enum QLocale::Country

This enumerated type is used to specify a country.

ConstantValueDescription
QLocale::AnyCountry0 
QLocale::Afghanistan1 
QLocale::AlandIslands248 
QLocale::Albania2 
QLocale::Algeria3 
QLocale::AmericanSamoa4 
QLocale::Andorra5 
QLocale::Angola6 
QLocale::Anguilla7 
QLocale::Antarctica8 
QLocale::AntiguaAndBarbuda9 
QLocale::Argentina10 
QLocale::Armenia11 
QLocale::Aruba12 
QLocale::AscensionIsland247 
QLocale::Australia13 
QLocale::Austria14 
QLocale::Azerbaijan15 
QLocale::Bahamas16 
QLocale::Bahrain17 
QLocale::Bangladesh18 
QLocale::Barbados19 
QLocale::Belarus20 
QLocale::Belgium21 
QLocale::Belize22 
QLocale::Benin23 
QLocale::Bermuda24 
QLocale::Bhutan25 
QLocale::Bolivia26 
QLocale::Bonaire255 
QLocale::BosniaAndHerzegowina27 
QLocale::Botswana28 
QLocale::BouvetIsland29 
QLocale::Brazil30 
QLocale::BritishIndianOceanTerritory31 
QLocale::BritishVirginIslands233 
QLocale::Brunei32 
QLocale::Bulgaria33 
QLocale::BurkinaFaso34 
QLocale::Burundi35 
QLocale::Cambodia36 
QLocale::Cameroon37 
QLocale::Canada38 
QLocale::CanaryIslands238 
QLocale::CapeVerde39 
QLocale::CaymanIslands40 
QLocale::CentralAfricanRepublic41 
QLocale::CeutaAndMelilla250 
QLocale::Chad42 
QLocale::Chile43 
QLocale::China44 
QLocale::ChristmasIsland45 
QLocale::ClippertonIsland241 
QLocale::CocosIslands46 
QLocale::Colombia47 
QLocale::Comoros48 
QLocale::CongoBrazzaville50 
QLocale::CongoKinshasa49 
QLocale::CookIslands51 
QLocale::CostaRica52 
QLocale::Croatia54 
QLocale::Cuba55 
QLocale::CuraSao152 
QLocale::Cyprus56 
QLocale::CzechRepublic57 
QLocale::DemocraticRepublicOfCongoCongoKinshasaObsolete, please use CongoKinshasa
QLocale::DemocraticRepublicOfKoreaNorthKoreaObsolete, please use NorthKorea
QLocale::Denmark58 
QLocale::DiegoGarcia249 
QLocale::Djibouti59 
QLocale::Dominica60 
QLocale::DominicanRepublic61 
QLocale::EastTimor62 
QLocale::Ecuador63 
QLocale::Egypt64 
QLocale::ElSalvador65 
QLocale::EquatorialGuinea66 
QLocale::Eritrea67 
QLocale::Estonia68 
QLocale::Ethiopia69 
QLocale::EuropeanUnion258Since Qt 5.7
QLocale::Europe261Since Qt 5.12
QLocale::FalklandIslands70 
QLocale::FaroeIslands71 
QLocale::Fiji72 
QLocale::Finland73 
QLocale::France74 
QLocale::FrenchGuiana76 
QLocale::FrenchPolynesia77 
QLocale::FrenchSouthernTerritories78 
QLocale::Gabon79 
QLocale::Gambia80 
QLocale::Georgia81 
QLocale::Germany82 
QLocale::Ghana83 
QLocale::Gibraltar84 
QLocale::Greece85 
QLocale::Greenland86 
QLocale::Grenada87 
QLocale::Guadeloupe88 
QLocale::Guam89 
QLocale::Guatemala90 
QLocale::Guernsey75 
QLocale::Guinea91 
QLocale::GuineaBissau92 
QLocale::Guyana93 
QLocale::Haiti94 
QLocale::HeardAndMcDonaldIslands95 
QLocale::Honduras96 
QLocale::HongKong97 
QLocale::Hungary98 
QLocale::Iceland99 
QLocale::India100 
QLocale::Indonesia101 
QLocale::Iran102 
QLocale::Iraq103 
QLocale::Ireland104 
QLocale::IsleOfMan251 
QLocale::Israel105 
QLocale::Italy106 
QLocale::IvoryCoast53 
QLocale::Jamaica107 
QLocale::Japan108 
QLocale::Jersey252 
QLocale::Jordan109 
QLocale::Kazakhstan110 
QLocale::Kenya111 
QLocale::Kiribati112 
QLocale::Kosovo257Since Qt 5.2
QLocale::Kuwait115 
QLocale::Kyrgyzstan116 
QLocale::Laos117 
QLocale::LatinAmerica246 
QLocale::LatinAmericaAndTheCaribbeanLatinAmericaObsolete, please use LatinAmerica
QLocale::Latvia118 
QLocale::Lebanon119 
QLocale::Lesotho120 
QLocale::Liberia121 
QLocale::Libya122 
QLocale::Liechtenstein123 
QLocale::Lithuania124 
QLocale::Luxembourg125 
QLocale::Macau126 
QLocale::Macedonia127 
QLocale::Madagascar128 
QLocale::Malawi129 
QLocale::Malaysia130 
QLocale::Maldives131 
QLocale::Mali132 
QLocale::Malta133 
QLocale::MarshallIslands134 
QLocale::Martinique135 
QLocale::Mauritania136 
QLocale::Mauritius137 
QLocale::Mayotte138 
QLocale::Mexico139 
QLocale::Micronesia140 
QLocale::Moldova141 
QLocale::Monaco142 
QLocale::Mongolia143 
QLocale::Montenegro242 
QLocale::Montserrat144 
QLocale::Morocco145 
QLocale::Mozambique146 
QLocale::Myanmar147 
QLocale::Namibia148 
QLocale::NauruCountry149 
QLocale::Nepal150 
QLocale::Netherlands151 
QLocale::NewCaledonia153 
QLocale::NewZealand154 
QLocale::Nicaragua155 
QLocale::Niger156 
QLocale::Nigeria157 
QLocale::Niue158 
QLocale::NorfolkIsland159 
QLocale::NorthernMarianaIslands160 
QLocale::NorthKorea113 
QLocale::Norway161 
QLocale::Oman162 
QLocale::OutlyingOceania259Since Qt 5.7
QLocale::Pakistan163 
QLocale::Palau164 
QLocale::PalestinianTerritories165 
QLocale::Panama166 
QLocale::PapuaNewGuinea167 
QLocale::Paraguay168 
QLocale::PeoplesRepublicOfCongoCongoBrazzavilleObsolete, please use CongoBrazzaville
QLocale::Peru169 
QLocale::Philippines170 
QLocale::Pitcairn171 
QLocale::Poland172 
QLocale::Portugal173 
QLocale::PuertoRico174 
QLocale::Qatar175 
QLocale::RepublicOfKoreaSouthKoreaObsolete, please use SouthKorea
QLocale::Reunion176 
QLocale::Romania177 
QLocale::RussianFederationRussiasame as Russia
QLocale::Russia178same as RussianFederation
QLocale::Rwanda179 
QLocale::SaintBarthelemy244 
QLocale::SaintHelena199 
QLocale::SaintKittsAndNevis180 
QLocale::SaintLucia181 
QLocale::SaintMartin245 
QLocale::SaintPierreAndMiquelon200 
QLocale::SaintVincentAndTheGrenadines182 
QLocale::Samoa183 
QLocale::SanMarino184 
QLocale::SaoTomeAndPrincipe185 
QLocale::SaudiArabia186 
QLocale::Senegal187 
QLocale::Serbia243 
QLocale::Seychelles188 
QLocale::SierraLeone189 
QLocale::Singapore190 
QLocale::SintMaarten256 
QLocale::Slovakia191 
QLocale::Slovenia192 
QLocale::SolomonIslands193 
QLocale::Somalia194 
QLocale::SouthAfrica195 
QLocale::SouthGeorgiaAndTheSouthSandwichIslands196 
QLocale::SouthKorea114 
QLocale::SouthSudan254 
QLocale::Spain197 
QLocale::SriLanka198 
QLocale::Sudan201 
QLocale::Suriname202 
QLocale::SvalbardAndJanMayenIslands203 
QLocale::Swaziland204 
QLocale::Sweden205 
QLocale::Switzerland206 
QLocale::Syria207 
QLocale::SyrianArabRepublicSyriaObsolete, please use Syria
QLocale::Taiwan208 
QLocale::Tajikistan209 
QLocale::Tanzania210 
QLocale::Thailand211 
QLocale::Togo212 
QLocale::TokelauCountry213 
QLocale::TokelauTokelauCountryObsolete, please use TokelauCountry
QLocale::Tonga214 
QLocale::TrinidadAndTobago215 
QLocale::TristanDaCunha253 
QLocale::Tunisia216 
QLocale::Turkey217 
QLocale::Turkmenistan218 
QLocale::TurksAndCaicosIslands219 
QLocale::TuvaluCountry220 
QLocale::TuvaluTuvaluCountryObsolete, please use TuvaluCountry
QLocale::Uganda221 
QLocale::Ukraine222 
QLocale::UnitedArabEmirates223 
QLocale::UnitedKingdom224 
QLocale::UnitedStates225 
QLocale::UnitedStatesMinorOutlyingIslands226 
QLocale::UnitedStatesVirginIslands234 
QLocale::Uruguay227 
QLocale::Uzbekistan228 
QLocale::Vanuatu229 
QLocale::VaticanCityState230 
QLocale::Venezuela231 
QLocale::Vietnam232 
QLocale::WallisAndFutunaIslands235 
QLocale::WesternSahara236 
QLocale::World260Since Qt 5.12
QLocale::Yemen237 
QLocale::Zambia239 
QLocale::Zimbabwe240 

See also country() and countryToString().

enum QLocale::CurrencySymbolFormat

Specifies the format of the currency symbol.

ConstantValueDescription
QLocale::CurrencyIsoCode0a ISO-4217 code of the currency.
QLocale::CurrencySymbol1a currency symbol.
QLocale::CurrencyDisplayName2a user readable name of the currency.

This enum was introduced or modified in Qt 4.8.

enum QLocale::DataSizeFormat
flags QLocale::DataSizeFormats

Specifies the format for representation of data quantities.

ConstantValueDescription
QLocale::DataSizeIecFormat0format using base 1024 and IEC prefixes: KiB, MiB, GiB, ...
QLocale::DataSizeTraditionalFormatDataSizeSIQuantifiersformat using base 1024 and SI prefixes: kB, MB, GB, ...
QLocale::DataSizeSIFormatDataSizeBase1000 | DataSizeSIQuantifiersformat using base 1000 and SI prefixes: kB, MB, GB, ...

This enum was introduced or modified in Qt 5.10.

The DataSizeFormats type is a typedef for QFlags<DataSizeFormat>. It stores an OR combination of DataSizeFormat values.

See also formattedDataSize().

enum QLocale::FloatingPointPrecisionOption

This enum defines constants that can be given as precision to QString::number(), QByteArray::number(), and QLocale::toString() when converting floats or doubles, in order to express a variable number of digits as precision.

ConstantValueDescription
QLocale::FloatingPointShortest-128The conversion algorithm will try to find the shortest accurate representation for the given number. "Accurate" means that you get the exact same number back from an inverse conversion on the generated string representation.

This enum was introduced or modified in Qt 5.7.

See also toString(), QString, and QByteArray.

enum QLocale::FormatType

This enum describes the different formats that can be used when converting QDate, QTime, and QDateTime objects, as well as months and days, to strings specific to the locale.

ConstantValueDescription
QLocale::LongFormat0Longer format.
QLocale::ShortFormat1Shorter format.
QLocale::NarrowFormat2A special version for use when space is very limited.

Note: NarrowFormat might contain the same text for different months and days. It can even be an empty string if the locale doesn't support narrow names, so you should avoid using it for date formatting. Also, for the system locale this format is the same as ShortFormat.

See also dateFormat(), timeFormat(), dateTimeFormat(), monthName(), standaloneMonthName(), dayName(), standaloneDayName(), toDate(), toTime(), and toDateTime().

enum QLocale::Language

This enumerated type is used to specify a language.

ConstantValueDescription
QLocale::AnyLanguage0 
QLocale::C1A simplified English locale; see QLocale::c()
QLocale::Abkhazian2 
QLocale::AfanOromoObsolete, please use Oromo
QLocale::Afar4 
QLocale::Afrikaans5 
QLocale::Aghem237 
QLocale::Ahom340Obsolete, no locale data available
QLocale::Akan146 
QLocale::Akkadian262Since Qt 5.1
QLocale::Akoose312Since Qt 5.3
QLocale::Albanian6 
QLocale::AmericanSignLanguage341Since Qt 5.7
QLocale::Amharic7 
QLocale::AncientEgyptian263Since Qt 5.1
QLocale::AncientGreek264Since Qt 5.1
QLocale::AncientNorthArabian331Obsolete, no locale data available
QLocale::Arabic8 
QLocale::Aragonese261Since Qt 5.1
QLocale::Aramaic265Since Qt 5.1
QLocale::ArdhamagadhiPrakrit342Obsolete, no locale data available
QLocale::Armenian9 
QLocale::Assamese10 
QLocale::Asturian256 
QLocale::Asu205 
QLocale::Atsam156 
QLocale::Avaric216 
QLocale::Avestan255 
QLocale::Aymara11 
QLocale::Azerbaijani12 
QLocale::Bafia243 
QLocale::Balinese266Since Qt 5.1
QLocale::Bambara188 
QLocale::Bamun267Since Qt 5.1
QLocale::Basaa238 
QLocale::Bashkir13 
QLocale::Basque14 
QLocale::Bassa336Obsolete, no locale data available
QLocale::BatakToba268Since Qt 5.1
QLocale::Belarusian22 
QLocale::Bemba195 
QLocale::Bena186 
QLocale::Bengali15 
QLocale::Bhojpuri343Since Qt 5.7
QLocale::BhutaniDzongkhaObsolete, please use Dzongkha
QLocale::Bihari17Obsolete, no locale data available
QLocale::Bislama18 
QLocale::Blin152 
QLocale::Bodo215 
QLocale::Bosnian142 
QLocale::Breton19 
QLocale::Buginese269Since Qt 5.1
QLocale::Buhid270Obsolete, no locale data available
QLocale::Bulgarian20 
QLocale::Burmese21 
QLocale::ByelorussianBelarusianObsolete, please use Belarusian
QLocale::CambodianKhmerObsolete, please use Khmer
QLocale::Cantonese357Since Qt 5.7
QLocale::Carian271Obsolete, no locale data available
QLocale::Catalan24 
QLocale::Cebuano365Since Qt 5.14
QLocale::CentralKurdish316Since Qt 5.5
QLocale::CentralMoroccoTamazight212 
QLocale::Chakma272Since Qt 5.1
QLocale::Chamorro217 
QLocale::Chechen218 
QLocale::Cherokee190 
QLocale::ChewaNyanjaObsolete, please use Nyanja
QLocale::Chickasaw367Since Qt 5.14
QLocale::Chiga211 
QLocale::Chinese25(Mandarin)
QLocale::Church219 
QLocale::Chuvash220 
QLocale::ClassicalMandaic273Obsolete, no locale data available
QLocale::Colognian201 
QLocale::CongoSwahili250Obsolete, no locale data available
QLocale::Coptic274Since Qt 5.1
QLocale::Cornish145 
QLocale::Corsican26 
QLocale::Cree221 
QLocale::Croatian27 
QLocale::Czech28 
QLocale::Danish29 
QLocale::Divehi143 
QLocale::Dogri275Since Qt 5.1
QLocale::Duala240 
QLocale::Dutch30 
QLocale::Dzongkha16 
QLocale::EasternCham276Obsolete, no locale data available
QLocale::EasternKayah277Obsolete, no locale data available
QLocale::Embu189 
QLocale::English31 
QLocale::Erzya366Since Qt 5.14
QLocale::Esperanto32 
QLocale::Estonian33 
QLocale::Etruscan278Obsolete, no locale data available
QLocale::Ewe161 
QLocale::Ewondo242 
QLocale::Faroese34 
QLocale::Fijian35 
QLocale::Filipino166 
QLocale::Finnish36 
QLocale::French37 
QLocale::FrisianWesternFrisiansame as WesternFrisian
QLocale::Friulian159 
QLocale::Fulah177 
QLocale::Ga148 
QLocale::Gaelic39 
QLocale::Galician40 
QLocale::Ganda194 
QLocale::Geez153 
QLocale::Georgian41 
QLocale::German42 
QLocale::Gothic279Since Qt 5.1
QLocale::Greek43 
QLocale::Greenlandic44 
QLocale::Guarani45 
QLocale::Gujarati46 
QLocale::Gusii175 
QLocale::Haitian222 
QLocale::Hanunoo280Obsolete, no locale data available
QLocale::Hausa47 
QLocale::Hawaiian163 
QLocale::Hebrew48 
QLocale::Herero223 
QLocale::HieroglyphicLuwian344Obsolete, no locale data available
QLocale::Hindi49 
QLocale::HiriMotu224 
QLocale::HmongNjua333Obsolete, no locale data available
QLocale::Ho334Obsolete, no locale data available
QLocale::Hungarian50 
QLocale::Icelandic51 
QLocale::Ido360Since Qt 5.12
QLocale::Igbo149 
QLocale::InariSami326Since Qt 5.5
QLocale::Indonesian52 
QLocale::Ingush281Since Qt 5.1
QLocale::Interlingua53 
QLocale::Interlingue54 
QLocale::Inuktitut55 
QLocale::Inupiak56 
QLocale::Irish57 
QLocale::Italian58 
QLocale::Japanese59 
QLocale::Javanese60 
QLocale::Jju158 
QLocale::JolaFonyi241 
QLocale::Kabuverdianu196 
QLocale::Kabyle184 
QLocale::Kako258 
QLocale::Kalenjin198 
QLocale::Kamba150 
QLocale::Kannada61 
QLocale::Kanuri225 
QLocale::Kashmiri62 
QLocale::Kazakh63 
QLocale::Kenyang319Since Qt 5.5
QLocale::Khmer23 
QLocale::Kiche323Since Qt 5.5
QLocale::Kikuyu178 
QLocale::Kinyarwanda64 
QLocale::Kirghiz65 
QLocale::Komi226 
QLocale::Kongo227 
QLocale::Konkani147 
QLocale::Korean66 
QLocale::Koro154 
QLocale::KoyraboroSenni213 
QLocale::KoyraChiini208 
QLocale::Kpelle169 
QLocale::Kurdish67 
QLocale::KurundiRundiObsolete, please use Rundi
QLocale::Kwanyama228 
QLocale::Kwasio246 
QLocale::Lakota313Since Qt 5.3
QLocale::Langi193 
QLocale::Lao69 
QLocale::LargeFloweryMiao282Obsolete, no locale data available
QLocale::Latin70 
QLocale::Latvian71 
QLocale::Lepcha283Obsolete, no locale data available
QLocale::Lezghian335Since Qt 5.5
QLocale::Limburgish229 
QLocale::Limbu284Obsolete, no locale data available
QLocale::LinearA332Obsolete, no locale data available
QLocale::Lingala72 
QLocale::Lisu285Obsolete, no locale data available
QLocale::LiteraryChinese345Since Qt 5.7
QLocale::Lithuanian73 
QLocale::Lojban361Since Qt 5.12
QLocale::LowerSorbian317Since Qt 5.5
QLocale::LowGerman170 
QLocale::LubaKatanga230 
QLocale::LuleSami325Since Qt 5.5
QLocale::Luo210 
QLocale::Lu286Obsolete, no locale data available
QLocale::Luxembourgish231 
QLocale::Luyia204 
QLocale::Lycian287Obsolete, no locale data available
QLocale::Lydian288Obsolete, no locale data available
QLocale::Macedonian74 
QLocale::Machame200 
QLocale::Maithili339Since Qt 5.5
QLocale::MakhuwaMeetto244 
QLocale::Makonde192 
QLocale::Malagasy75 
QLocale::Malay76 
QLocale::Malayalam77 
QLocale::Maltese78 
QLocale::Mandingo289Since Qt 5.1
QLocale::ManichaeanMiddlePersian329Obsolete, no locale data available
QLocale::Manipuri290Since Qt 5.1
QLocale::Manx144 
QLocale::Maori79 
QLocale::Mapuche315Since Qt 5.5
QLocale::Marathi80 
QLocale::Marshallese81 
QLocale::Masai202 
QLocale::Mazanderani346Since Qt 5.7
QLocale::Mende330Since Qt 5.5
QLocale::Meroitic291Obsolete, no locale data available
QLocale::Meru197 
QLocale::Meta259 
QLocale::Mohawk320Since Qt 5.5
QLocale::MoldavianRomanianObsolete, please use Romanian
QLocale::Mongolian82 
QLocale::Mono337Obsolete, no locale data available
QLocale::Morisyen191 
QLocale::Mru347Obsolete, no locale data available
QLocale::Mundang245 
QLocale::Muscogee368Since Qt 5.14
QLocale::Nama199 
QLocale::NauruLanguage83 
QLocale::Navaho232 
QLocale::Ndonga233 
QLocale::Nepali84 
QLocale::Newari348Since Qt 5.7
QLocale::Ngiemboon260 
QLocale::Ngomba257 
QLocale::Nko321Since Qt 5.5
QLocale::NorthernLuri349Since Qt 5.7
QLocale::NorthernSami173 
QLocale::NorthernSotho172 
QLocale::NorthernThai292Obsolete, no locale data available
QLocale::NorthNdebele181 
QLocale::NorwegianBokmal85 
QLocale::NorwegianNynorsk141 
QLocale::NorwegianNorwegianBokmalObsolete, please use NorwegianBokmal
QLocale::Nuer247 
QLocale::Nyanja165 
QLocale::Nyankole185 
QLocale::Occitan86 
QLocale::Ojibwa234 
QLocale::OldIrish293Since Qt 5.1
QLocale::OldNorse294Since Qt 5.1
QLocale::OldPersian295Since Qt 5.1
QLocale::OldTurkish296Obsolete, no locale data available
QLocale::Oriya87 
QLocale::Oromo3 
QLocale::Osage358Since Qt 5.7
QLocale::Ossetic101 
QLocale::Pahlavi297Since Qt 5.1
QLocale::Palauan350Since Qt 5.7
QLocale::Pali235 
QLocale::Papiamento351Since Qt 5.7
QLocale::Parthian298Obsolete, no locale data available
QLocale::Pashto88 
QLocale::Persian89 
QLocale::Phoenician299Since Qt 5.1
QLocale::Polish90 
QLocale::Portuguese91 
QLocale::PrakritLanguage300Obsolete, no locale data available
QLocale::Prussian322Since Qt 5.5
QLocale::Punjabi92 
QLocale::Quechua93 
QLocale::Rejang301Obsolete, no locale data available
QLocale::RhaetoRomanceRomanshObsolete, please use Romansh
QLocale::Romanian95 
QLocale::Romansh94 
QLocale::Rombo182 
QLocale::Rundi68 
QLocale::Russian96 
QLocale::Rwa209 
QLocale::Sabaean302Obsolete, no locale data available
QLocale::Saho207 
QLocale::Sakha248 
QLocale::Samaritan303Obsolete, no locale data available
QLocale::Samburu179 
QLocale::Samoan97 
QLocale::Sango98 
QLocale::Sangu249 
QLocale::Sanskrit99 
QLocale::Santali304Since Qt 5.1
QLocale::Saraiki352Obsolete, no locale data available
QLocale::Sardinian115 
QLocale::Saurashtra305Since Qt 5.1
QLocale::Sena180 
QLocale::Serbian100 
QLocale::SerboCroatianSerbianObsolete, please use Serbian
QLocale::Shambala214 
QLocale::Shona104 
QLocale::SichuanYi168 
QLocale::Sicilian362Since Qt 5.12
QLocale::Sidamo155 
QLocale::Silesian369Since Qt 5.14
QLocale::Sindhi105 
QLocale::Sinhala106 
QLocale::SkoltSami327Since Qt 5.5
QLocale::Slovak108 
QLocale::Slovenian109 
QLocale::Soga203 
QLocale::Somali110 
QLocale::Sora306Obsolete, no locale data available
QLocale::SouthernKurdish363Since Qt 5.12
QLocale::SouthernSami324Since Qt 5.5
QLocale::SouthernSotho102 
QLocale::SouthNdebele171 
QLocale::Spanish111 
QLocale::StandardMoroccanTamazight314Since Qt 5.3
QLocale::Sundanese112 
QLocale::Swahili113 
QLocale::Swati107 
QLocale::Swedish114 
QLocale::SwissGerman167 
QLocale::Sylheti307Obsolete, no locale data available
QLocale::Syriac151 
QLocale::Tachelhit183 
QLocale::TagalogFilipinoObsolete, please use Filipino
QLocale::Tagbanwa308Obsolete, no locale data available
QLocale::Tahitian127 
QLocale::TaiDam309Since Qt 5.1
QLocale::TaiNua310Obsolete, no locale data available
QLocale::Taita176 
QLocale::Tajik116 
QLocale::Tamil117 
QLocale::Tangut359Obsolete, no locale data available
QLocale::Taroko174 
QLocale::Tasawaq251 
QLocale::Tatar118 
QLocale::TedimChin338Obsolete, no locale data available
QLocale::Telugu119 
QLocale::Teso206 
QLocale::Thai120 
QLocale::Tibetan121 
QLocale::Tigre157 
QLocale::Tigrinya122 
QLocale::TokelauLanguage353Since Qt 5.7
QLocale::TokPisin354Since Qt 5.7
QLocale::Tongan123 
QLocale::Tsonga124 
QLocale::Tswana103 
QLocale::Turkish125 
QLocale::Turkmen126 
QLocale::TuvaluLanguage355Since Qt 5.7
QLocale::TwiAkanObsolete, please use Akan
QLocale::Tyap164 
QLocale::Ugaritic311Since Qt 5.1
QLocale::Uighur128 
QLocale::UigurUighurObsolete, please use Uighur
QLocale::Ukrainian129 
QLocale::UncodedLanguages356Obsolete, no locale data available
QLocale::UpperSorbian318Since Qt 5.5
QLocale::Urdu130 
QLocale::Uzbek131 
QLocale::Vai252 
QLocale::Venda160 
QLocale::Vietnamese132 
QLocale::Volapuk133 
QLocale::Vunjo187 
QLocale::Walamo162 
QLocale::Walloon236 
QLocale::Walser253 
QLocale::Warlpiri328Since Qt 5.5
QLocale::Welsh134 
QLocale::WesternBalochi364Since Qt 5.12
QLocale::WesternFrisian38same as Frisian
QLocale::Wolof135 
QLocale::Xhosa136 
QLocale::Yangben254 
QLocale::Yiddish137 
QLocale::Yoruba138 
QLocale::Zarma239 
QLocale::Zhuang139 
QLocale::Zulu140 

See also language() and languageToString().

enum QLocale::MeasurementSystem

This enum defines which units are used for measurement.

ConstantValueDescription
QLocale::MetricSystem0This value indicates metric units, such as meters, centimeters and millimeters.
QLocale::ImperialUSSystem1This value indicates imperial units, such as inches and miles as they are used in the United States.
QLocale::ImperialUKSystem2This value indicates imperial units, such as inches and miles as they are used in the United Kingdom.
QLocale::ImperialSystemImperialUSSystemProvided for compatibility. Same as ImperialUSSystem

This enum was introduced or modified in Qt 4.4.

enum QLocale::NumberOption
flags QLocale::NumberOptions

This enum defines a set of options for number-to-string and string-to-number conversions. They can be retrieved with numberOptions() and set with setNumberOptions().

ConstantValueDescription
QLocale::DefaultNumberOptions0x0This option represents the default behavior, with group separators, with one leading zero in single digit exponents, and without trailing zeroes after the decimal dot.
QLocale::OmitGroupSeparator0x01If this option is set, the number-to-string functions will not insert group separators in their return values. The default is to insert group separators.
QLocale::RejectGroupSeparator0x02If this option is set, the string-to-number functions will fail if they encounter group separators in their input. The default is to accept numbers containing correctly placed group separators.
QLocale::OmitLeadingZeroInExponent0x04If this option is set, the number-to-string functions will not pad exponents with zeroes when printing floating point numbers in scientific notation. The default is to add one leading zero to single digit exponents.
QLocale::RejectLeadingZeroInExponent0x08If this option is set, the string-to-number functions will fail if they encounter an exponent padded with zeroes when parsing a floating point number in scientific notation. The default is to accept such padding.
QLocale::IncludeTrailingZeroesAfterDot0x10If this option is set, the number-to-string functions will pad numbers with zeroes to the requested precision in "g" or "most concise" mode, even if the number of significant digits is lower than the requested precision. The default is to omit trailing zeroes.
QLocale::RejectTrailingZeroesAfterDot0x20If this option is set, the string-to-number functions will fail if they encounter trailing zeroes after the decimal dot when parsing a number in scientific or decimal representation. The default is to accept trailing zeroes.

The NumberOptions type is a typedef for QFlags<NumberOption>. It stores an OR combination of NumberOption values.

See also setNumberOptions() and numberOptions().

enum QLocale::QuotationStyle

This enum defines a set of possible styles for locale specific quotation.

ConstantValueDescription
QLocale::StandardQuotation0If this option is set, the standard quotation marks will be used to quote strings.
QLocale::AlternateQuotation1If this option is set, the alternate quotation marks will be used to quote strings.

This enum was introduced or modified in Qt 4.8.

See also quoteString().

enum QLocale::Script

This enumerated type is used to specify a script.

ConstantValueDescription
QLocale::AnyScript0 
QLocale::AdlamScript134Since Qt 5.7
QLocale::AhomScript128Since Qt 5.7
QLocale::AnatolianHieroglyphsScript129Since Qt 5.7
QLocale::ArabicScript1 
QLocale::ArmenianScript10 
QLocale::AvestanScript36Since Qt 5.1
QLocale::BalineseScript37Since Qt 5.1
QLocale::BamumScript38Since Qt 5.1
QLocale::BassaVahScript106Since Qt 5.5
QLocale::BatakScript39Since Qt 5.1
QLocale::BengaliScript11 
QLocale::BhaiksukiScript135Since Qt 5.7
QLocale::BopomofoScript40Since Qt 5.1
QLocale::BrahmiScript41Since Qt 5.1
QLocale::BrailleScript103Since Qt 5.1
QLocale::BugineseScript42Since Qt 5.1
QLocale::BuhidScript43Since Qt 5.1
QLocale::CanadianAboriginalScript44Since Qt 5.1
QLocale::CarianScript45Since Qt 5.1
QLocale::CaucasianAlbanianScript105Since Qt 5.5
QLocale::ChakmaScript46Since Qt 5.1
QLocale::ChamScript47Since Qt 5.1
QLocale::CherokeeScript12 
QLocale::CopticScript48Since Qt 5.1
QLocale::CuneiformScript94Since Qt 5.1
QLocale::CypriotScript49Since Qt 5.1
QLocale::CyrillicScript2 
QLocale::DeseretScript3Since Qt 5.1
QLocale::DevanagariScript13 
QLocale::DuployanScript107Since Qt 5.5
QLocale::EgyptianHieroglyphsScript50Since Qt 5.1
QLocale::ElbasanScript108Since Qt 5.5
QLocale::EthiopicScript14 
QLocale::FraserScript51Since Qt 5.1
QLocale::GeorgianScript15 
QLocale::GlagoliticScript52Since Qt 5.1
QLocale::GothicScript53Since Qt 5.1
QLocale::GranthaScript109Since Qt 5.5
QLocale::GreekScript16 
QLocale::GujaratiScript17 
QLocale::GurmukhiScript4 
QLocale::HangulScript55Since Qt 5.1
QLocale::HanScript54Since Qt 5.1
QLocale::HanunooScript56Since Qt 5.1
QLocale::HanWithBopomofoScript140Since Qt 5.7
QLocale::HatranScript130Since Qt 5.7
QLocale::HebrewScript18 
QLocale::HiraganaScript104Since Qt 5.1
QLocale::ImperialAramaicScript57Since Qt 5.1
QLocale::InscriptionalPahlaviScript58Since Qt 5.1
QLocale::InscriptionalParthianScript59Since Qt 5.1
QLocale::JamoScript141Since Qt 5.7
QLocale::JapaneseScript19 
QLocale::JavaneseScript60Since Qt 5.1
QLocale::KaithiScript61Since Qt 5.1
QLocale::KannadaScript21 
QLocale::KatakanaScript62Since Qt 5.1
QLocale::KayahLiScript63Since Qt 5.1
QLocale::KharoshthiScript64Since Qt 5.1
QLocale::KhmerScript20Since Qt 5.1
QLocale::KhojkiScript111Since Qt 5.5
QLocale::KhudawadiScript125Since Qt 5.5
QLocale::KoreanScript22 
QLocale::LannaScript65Since Qt 5.1
QLocale::LaoScript23 
QLocale::LatinScript7 
QLocale::LepchaScript66Since Qt 5.1
QLocale::LimbuScript67Since Qt 5.1
QLocale::LinearAScript112Since Qt 5.5
QLocale::LinearBScript68Since Qt 5.1
QLocale::LycianScript69Since Qt 5.1
QLocale::LydianScript70Since Qt 5.1
QLocale::MahajaniScript113Since Qt 5.5
QLocale::MalayalamScript24 
QLocale::MandaeanScript71Since Qt 5.1
QLocale::ManichaeanScript114Since Qt 5.5
QLocale::MarchenScript136Since Qt 5.7
QLocale::MeiteiMayekScript72Since Qt 5.1
QLocale::MendeKikakuiScript115Since Qt 5.5
QLocale::MeroiticCursiveScript74Since Qt 5.1
QLocale::MeroiticScript73Since Qt 5.1
QLocale::ModiScript116Since Qt 5.5
QLocale::MongolianScript8 
QLocale::MroScript117Since Qt 5.5
QLocale::MultaniScript131Since Qt 5.7
QLocale::MyanmarScript25 
QLocale::NabataeanScript119Since Qt 5.5
QLocale::NewaScript137Since Qt 5.7
QLocale::NewTaiLueScript76Since Qt 5.1
QLocale::NkoScript75Since Qt 5.1
QLocale::OghamScript77Since Qt 5.1
QLocale::OlChikiScript78Since Qt 5.1
QLocale::OldHungarianScript132Since Qt 5.7
QLocale::OldItalicScript79Since Qt 5.1
QLocale::OldNorthArabianScript118Since Qt 5.5
QLocale::OldPermicScript122Since Qt 5.5
QLocale::OldPersianScript80Since Qt 5.1
QLocale::OldSouthArabianScript81Since Qt 5.1
QLocale::OriyaScript26 
QLocale::OrkhonScript82Since Qt 5.1
QLocale::OsageScript138Since Qt 5.7
QLocale::OsmanyaScript83Since Qt 5.1
QLocale::PahawhHmongScript110Since Qt 5.5
QLocale::PalmyreneScript120Since Qt 5.5
QLocale::PauCinHauScript121Since Qt 5.5
QLocale::PhagsPaScript84Since Qt 5.1
QLocale::PhoenicianScript85Since Qt 5.1
QLocale::PollardPhoneticScript86Since Qt 5.1
QLocale::PsalterPahlaviScript123Since Qt 5.5
QLocale::RejangScript87Since Qt 5.1
QLocale::RunicScript88Since Qt 5.1
QLocale::SamaritanScript89Since Qt 5.1
QLocale::SaurashtraScript90Since Qt 5.1
QLocale::SharadaScript91Since Qt 5.1
QLocale::ShavianScript92Since Qt 5.1
QLocale::SiddhamScript124Since Qt 5.5
QLocale::SignWritingScript133Since Qt 5.7
QLocale::SimplifiedChineseScriptSimplifiedHanScriptsame as SimplifiedHanScript
QLocale::SimplifiedHanScript5same as SimplifiedChineseScript
QLocale::SinhalaScript32 
QLocale::SoraSompengScript93Since Qt 5.1
QLocale::SundaneseScript95Since Qt 5.1
QLocale::SylotiNagriScript96Since Qt 5.1
QLocale::SyriacScript33 
QLocale::TagalogScript97Since Qt 5.1
QLocale::TagbanwaScript98Since Qt 5.1
QLocale::TaiLeScript99Since Qt 5.1
QLocale::TaiVietScript100Since Qt 5.1
QLocale::TakriScript101Since Qt 5.1
QLocale::TamilScript27 
QLocale::TangutScript139Since Qt 5.7
QLocale::TeluguScript28 
QLocale::ThaanaScript29 
QLocale::ThaiScript30 
QLocale::TibetanScript31 
QLocale::TifinaghScript9 
QLocale::TirhutaScript126Since Qt 5.5
QLocale::TraditionalChineseScriptTraditionalHanScriptsame as TraditionalHanScript
QLocale::TraditionalHanScript6same as TraditionalChineseScript
QLocale::UgariticScript102Since Qt 5.1
QLocale::VaiScript35 
QLocale::VarangKshitiScript127Since Qt 5.5
QLocale::YiScript34 

See also script(), scriptToString(), and languageToString().

Member Function Documentation

QString QLocale::toCurrencyString(float value, const QString &symbol = QString()) const

QString QLocale::toCurrencyString(float i, const QString &symbol, int precision) const

This function overloads toCurrencyString().

QLocale::QLocale(const QLocale &other)

Constructs a QLocale object as a copy of other.

QLocale::QLocale(Language language, Script script, Country country)

Constructs a QLocale object with the specified language, script and country.

  • If the language/script/country is found in the database, it is used.
  • If both script is AnyScript and country is AnyCountry, the language is used with the most appropriate available script and country (for example, Germany for German),
  • If either script is AnyScript or country is AnyCountry, the language is used with the first locale that matches the given script and country.
  • If neither the language nor the country are found, QLocale defaults to the default locale (see setDefault()).

The language, script and country that are actually used can be queried using language(), script() and country().

This function was introduced in Qt 4.8.

See also setDefault(), language(), script(), and country().

QLocale::QLocale(Language language, Country country = AnyCountry)

Constructs a QLocale object with the specified language and country.

  • If the language/country pair is found in the database, it is used.
  • If the language is found but the country is not, or if the country is AnyCountry, the language is used with the most appropriate available country (for example, Germany for German),
  • If neither the language nor the country are found, QLocale defaults to the default locale (see setDefault()).

The language and country that are actually used can be queried using language() and country().

See also setDefault(), language(), and country().

QLocale::QLocale(const QString &name)

Constructs a QLocale object with the specified name, which has the format "language[_script][_country][.codeset][@modifier]" or "C", where:

  • language is a lowercase, two-letter, ISO 639 language code (also some three-letter codes),
  • script is a titlecase, four-letter, ISO 15924 script code,
  • country is an uppercase, two-letter, ISO 3166 country code (also "419" as defined by United Nations),
  • and codeset and modifier are ignored.

The separator can be either underscore or a minus sign.

If the string violates the locale format, or language is not a valid ISO 639 code, the "C" locale is used instead. If country is not present, or is not a valid ISO 3166 code, the most appropriate country is chosen for the specified language.

The language, script and country codes are converted to their respective Language, Script and Country enums. After this conversion is performed, the constructor behaves exactly like QLocale(Country, Script, Language).

This constructor is much slower than QLocale(Country, Script, Language).

See also bcp47Name().

QLocale::QLocale()

Constructs a QLocale object initialized with the default locale. If no default locale was set using setDefault(), this locale will be the same as the one returned by system().

See also setDefault().

QLocale &QLocale::operator=(const QLocale &other)

Assigns other to this QLocale object and returns a reference to this QLocale object.

QLocale::~QLocale()

Destructor

QString QLocale::amText() const

Returns the localized name of the "AM" suffix for times specified using the conventions of the 12-hour clock.

This function was introduced in Qt 4.5.

See also pmText().

QString QLocale::bcp47Name() const

Returns the dash-separated language, script and country (and possibly other BCP47 fields) of this locale as a string.

Unlike the uiLanguages() the returned value of the bcp47Name() represents the locale name of the QLocale data but not the language the user-interface should be in.

This function tries to conform the locale name to BCP47.

This function was introduced in Qt 4.8.

See also language(), country(), script(), and uiLanguages().

[static] QLocale QLocale::c()

Returns a QLocale object initialized to the "C" locale.

This locale is based on en_US but with various quirks of its own, such as simplified number formatting and its own date formatting. It implements the POSIX standards that describe the behavior of standard library functions of the "C" programming language.

Among other things, this means its collation order is based on the ASCII values of letters, so that (for case-sensitive sorting) all upper-case letters sort before any lower-case one (rather than each letter's upper- and lower-case forms sorting adjacent to one another, before the next letter's two forms).

See also system().

QLocale QLocale::collation() const

Returns the locale to use for collation.

The result is usually this locale; however, the system locale (which is commonly the default locale) will return the system collation locale. The result is suitable for passing to QCollator's constructor.

This function was introduced in Qt 5.13.

See also QCollator.

Country QLocale::country() const

Returns the country of this locale.

See also language(), script(), countryToString(), and bcp47Name().

[static] QString QLocale::countryToString(Country country)

Returns a QString containing the name of country.

See also languageToString(), scriptToString(), country(), and bcp47Name().

QString QLocale::createSeparatedList(const QStringList &list) const

Returns a string that represents a join of a given list of strings with a separator defined by the locale.

This function was introduced in Qt 4.8.

QString QLocale::currencySymbol(CurrencySymbolFormat format = CurrencySymbol) const

Returns a currency symbol according to the format.

This function was introduced in Qt 4.8.

QString QLocale::dateFormat(FormatType format = LongFormat) const

Returns the date format used for the current locale.

If format is LongFormat, the format will be elaborate, otherwise it will be short. For example, LongFormat for the en_US locale is dddd, MMMM d, yyyy, ShortFormat is M/d/yy.

This function was introduced in Qt 4.1.

See also QDate::toString() and QDate::fromString().

QString QLocale::dateTimeFormat(FormatType format = LongFormat) const

Returns the date time format used for the current locale.

If format is LongFormat, the format will be elaborate, otherwise it will be short. For example, LongFormat for the en_US locale is dddd, MMMM d, yyyy h:mm:ss AP t, ShortFormat is M/d/yy h:mm AP.

This function was introduced in Qt 4.4.

See also QDateTime::toString() and QDateTime::fromString().

QString QLocale::dayName(int day, FormatType type = LongFormat) const

Returns the localized name of the day (where 1 represents Monday, 2 represents Tuesday and so on), in the format specified by type.

For example, if the locale is en_US and day is 1, LongFormat will return Monday, ShortFormat Mon, and NarrowFormat M.

This function was introduced in Qt 4.2.

See also monthName() and standaloneDayName().

QChar QLocale::decimalPoint() const

Returns the decimal point character of this locale.

Note: This function shall change to return a QString instead of QChar in Qt6. Callers are encouraged to exploit the QString(QChar) constructor to convert early in preparation for this.

This function was introduced in Qt 4.1.

See also groupSeparator() and toString().

QChar QLocale::exponential() const

Returns the exponential character of this locale, used to separate exponent from mantissa in some floating-point numeric representations.

Note: This function shall change to return a QString instead of QChar in Qt6. Callers are encouraged to exploit the QString(QChar) constructor to convert early in preparation for this.

This function was introduced in Qt 4.1.

See also toString(double, char, int).

Qt::DayOfWeek QLocale::firstDayOfWeek() const

Returns the first day of the week according to the current locale.

This function was introduced in Qt 4.8.

QString QLocale::formattedDataSize(qint64 bytes, int precision = 2, DataSizeFormats format = DataSizeIecFormat) const

Converts a size in bytes to a human-readable localized string, comprising a number and a quantified unit. The quantifier is chosen such that the number is at least one, and as small as possible. For example if bytes is 16384, precision is 2, and format is DataSizeIecFormat (the default), this function returns "16.00 KiB"; for 1330409069609 bytes it returns "1.21 GiB"; and so on. If format is DataSizeIecFormat or DataSizeTraditionalFormat, the given number of bytes is divided by a power of 1024, with result less than 1024; for DataSizeSIFormat, it is divided by a power of 1000, with result less than 1000. DataSizeIecFormat uses the new IEC standard quantifiers Ki, Mi and so on, whereas DataSizeSIFormat uses the older SI quantifiers k, M, etc., and DataSizeTraditionalFormat abuses them.

This function was introduced in Qt 5.10.

QChar QLocale::groupSeparator() const

Returns the group separator character of this locale.

Note: This function shall change to return a QString instead of QChar in Qt6. Callers are encouraged to exploit the QString(QChar) constructor to convert early in preparation for this.

This function was introduced in Qt 4.1.

See also decimalPoint() and toString().

Language QLocale::language() const

Returns the language of this locale.

See also script(), country(), languageToString(), and bcp47Name().

[static] QString QLocale::languageToString(Language language)

Returns a QString containing the name of language.

See also countryToString(), scriptToString(), and bcp47Name().

[static] QList<QLocale> QLocale::matchingLocales(QLocale::Language language, QLocale::Script script, QLocale::Country country)

Returns a list of valid locale objects that match the given language, script and country.

Getting a list of all locales: QList<QLocale> allLocales = QLocale::matchingLocales(QLocale::AnyLanguage, QLocale::AnyScript, QLocale::AnyCountry);

Getting a list of locales suitable for Russia: QList<QLocale> locales = QLocale::matchingLocales(QLocale::AnyLanguage, QLocale::AnyScript, QLocale::Russia);

This function was introduced in Qt 4.8.

MeasurementSystem QLocale::measurementSystem() const

Returns the measurement system for the locale.

This function was introduced in Qt 4.4.

QString QLocale::monthName(int month, FormatType type = LongFormat) const

Returns the localized name of month, in the format specified by type.

For example, if the locale is en_US and month is 1, LongFormat will return January. ShortFormat Jan, and NarrowFormat J.

This function was introduced in Qt 4.2.

See also dayName() and standaloneMonthName().

QString QLocale::name() const

Returns the language and country of this locale as a string of the form "language_country", where language is a lowercase, two-letter ISO 639 language code, and country is an uppercase, two- or three-letter ISO 3166 country code.

Note that even if QLocale object was constructed with an explicit script, name() will not contain it for compatibility reasons. Use bcp47Name() instead if you need a full locale name.

See also QLocale(), language(), script(), country(), and bcp47Name().

QString QLocale::nativeCountryName() const

Returns a native name of the country for the locale. For example "España" for Spanish/Spain locale.

This function was introduced in Qt 4.8.

See also nativeLanguageName() and countryToString().

QString QLocale::nativeLanguageName() const

Returns a native name of the language for the locale. For example "Schwiizertüütsch" for Swiss-German locale.

This function was introduced in Qt 4.8.

See also nativeCountryName() and languageToString().

QChar QLocale::negativeSign() const

Returns the negative sign character of this locale.

Note: This function shall change to return a QString instead of QChar in Qt6. Callers are encouraged to exploit the QString(QChar) constructor to convert early in preparation for this.

This function was introduced in Qt 4.1.

See also positiveSign() and toString().

NumberOptions QLocale::numberOptions() const

Returns the options related to number conversions for this QLocale instance.

By default, no options are set for the standard locales, except for the "C" locale, which has OmitGroupSeparator set by default.

This function was introduced in Qt 4.2.

See also setNumberOptions(), toString(), and groupSeparator().

QChar QLocale::percent() const

Returns the percent character of this locale.

Note: This function shall change to return a QString instead of QChar in Qt6. Callers are encouraged to exploit the QString(QChar) constructor to convert early in preparation for this.

This function was introduced in Qt 4.1.

See also toString().

QString QLocale::pmText() const

Returns the localized name of the "PM" suffix for times specified using the conventions of the 12-hour clock.

This function was introduced in Qt 4.5.

See also amText().

QChar QLocale::positiveSign() const

Returns the positive sign character of this locale.

Note: This function shall change to return a QString instead of QChar in Qt6. Callers are encouraged to exploit the QString(QChar) constructor to convert early in preparation for this.

This function was introduced in Qt 4.5.

See also negativeSign() and toString().

QString QLocale::quoteString(const QString &str, QuotationStyle style = StandardQuotation) const

Returns str quoted according to the current locale using the given quotation style.

This function was introduced in Qt 4.8.

QString QLocale::quoteString(const QStringRef &str, QuotationStyle style = StandardQuotation) const

This is an overloaded function.

This function was introduced in Qt 4.8.

Script QLocale::script() const

Returns the script of this locale.

This function was introduced in Qt 4.8.

See also language(), country(), languageToString(), scriptToString(), and bcp47Name().

[static] QString QLocale::scriptToString(Script script)

Returns a QString containing the name of script.

This function was introduced in Qt 4.8.

See also languageToString(), countryToString(), script(), and bcp47Name().

[static] void QLocale::setDefault(const QLocale &locale)

Sets the global default locale to locale. These values are used when a QLocale object is constructed with no arguments. If this function is not called, the system's locale is used.

Warning: In a multithreaded application, the default locale should be set at application startup, before any non-GUI threads are created.

Warning: This function is not reentrant.

See also system() and c().

void QLocale::setNumberOptions(NumberOptions options)

Sets the options related to number conversions for this QLocale instance.

This function was introduced in Qt 4.2.

See also numberOptions().

QString QLocale::standaloneDayName(int day, FormatType type = LongFormat) const

Returns the localized name of the day (where 1 represents Monday, 2 represents Tuesday and so on) that is used as a standalone text, in the format specified by type.

If the locale information does not specify the standalone day name then return value is the same as in dayName().

This function was introduced in Qt 4.5.

See also dayName() and standaloneMonthName().

QString QLocale::standaloneMonthName(int month, FormatType type = LongFormat) const

Returns the localized name of month that is used as a standalone text, in the format specified by type.

If the locale information doesn't specify the standalone month name then return value is the same as in monthName().

This function was introduced in Qt 4.5.

See also monthName() and standaloneDayName().

void QLocale::swap(QLocale &other)

Swaps locale other with this locale. This operation is very fast and never fails.

This function was introduced in Qt 5.6.

[static] QLocale QLocale::system()

Returns a QLocale object initialized to the system locale.

On Windows and Mac, this locale will use the decimal/grouping characters and date/time formats specified in the system configuration panel.

See also c().

Qt::LayoutDirection QLocale::textDirection() const

Returns the text direction of the language.

This function was introduced in Qt 4.7.

QString QLocale::timeFormat(FormatType format = LongFormat) const

Returns the time format used for the current locale.

If format is LongFormat, the format will be elaborate, otherwise it will be short. For example, LongFormat for the en_US locale is h:mm:ss AP t, ShortFormat is h:mm AP.

This function was introduced in Qt 4.1.

See also QTime::toString() and QTime::fromString().

QString QLocale::toCurrencyString(qlonglong value, const QString &symbol = QString()) const

Returns a localized string representation of value as a currency. If the symbol is provided it is used instead of the default currency symbol.

This function was introduced in Qt 4.8.

See also currencySymbol().

QString QLocale::toCurrencyString(qulonglong value, const QString &symbol = QString()) const

This is an overloaded function.

This function was introduced in Qt 4.8.

QString QLocale::toCurrencyString(short value, const QString &symbol = QString()) const

This is an overloaded function.

This function was introduced in Qt 4.8.

QString QLocale::toCurrencyString(ushort value, const QString &symbol = QString()) const

This is an overloaded function.

This function was introduced in Qt 4.8.

QString QLocale::toCurrencyString(int value, const QString &symbol = QString()) const

This is an overloaded function.

This function was introduced in Qt 4.8.

QString QLocale::toCurrencyString(uint value, const QString &symbol = QString()) const

This is an overloaded function.

This function was introduced in Qt 4.8.

QString QLocale::toCurrencyString(double value, const QString &symbol = QString()) const

This is an overloaded function.

This function was introduced in Qt 4.8.

QString QLocale::toCurrencyString(double value, const QString &symbol, int precision) const

This function overloads toCurrencyString().

Returns a localized string representation of value as a currency. If the symbol is provided it is used instead of the default currency symbol. If the precision is provided it is used to set the precision of the currency value.

This function was introduced in Qt 5.7.

See also currencySymbol().

QDate QLocale::toDate(const QString &string, FormatType format = LongFormat) const

Parses the date string given in string and returns the date. The format of the date string is chosen according to the format parameter (see dateFormat()).

If the date could not be parsed, returns an invalid date.

This function was introduced in Qt 4.4.

See also dateFormat(), toTime(), toDateTime(), and QDate::fromString().

QDate QLocale::toDate(const QString &string, const QString &format) const

Parses the date string given in string and returns the date. See QDate::fromString() for information on the expressions that can be used with this function.

This function searches month names and the names of the days of the week in the current locale.

If the date could not be parsed, returns an invalid date.

This function was introduced in Qt 4.4.

See also dateFormat(), toTime(), toDateTime(), and QDate::fromString().

QDate QLocale::toDate(const QString &string, FormatType format, QCalendar cal) const

This is an overloaded function.

This function was introduced in Qt 5.14.

QDate QLocale::toDate(const QString &string, const QString &format, QCalendar cal) const

This is an overloaded function.

This function was introduced in Qt 5.14.

QDateTime QLocale::toDateTime(const QString &string, FormatType format = LongFormat) const

Parses the date/time string given in string and returns the time. The format of the date/time string is chosen according to the format parameter (see dateTimeFormat()).

If the string could not be parsed, returns an invalid QDateTime.

This function was introduced in Qt 4.4.

See also dateTimeFormat(), toTime(), toDate(), and QDateTime::fromString().

QDateTime QLocale::toDateTime(const QString &string, const QString &format) const

Parses the date/time string given in string and returns the time. See QDateTime::fromString() for information on the expressions that can be used with this function.

Note: The month and day names used must be given in the user's local language.

If the string could not be parsed, returns an invalid QDateTime. If the string can be parsed and represents an invalid date-time (e.g. in a gap skipped by a time-zone transition), an invalid QDateTime is returned, whose toMSecsSinceEpoch() represents a near-by date-time that is valid. Passing that to fromMSecsSinceEpoch() will produce a valid date-time that isn't faithfully represented by the string parsed.

This function was introduced in Qt 4.4.

See also dateTimeFormat(), toTime(), toDate(), and QDateTime::fromString().

QDateTime QLocale::toDateTime(const QString &string, FormatType format, QCalendar cal) const

This is an overloaded function.

This function was introduced in Qt 5.14.

QDateTime QLocale::toDateTime(const QString &string, const QString &format, QCalendar cal) const

This is an overloaded function.

This function was introduced in Qt 5.14.

double QLocale::toDouble(const QString &s, bool *ok = nullptr) const

Returns the double represented by the localized string s.

Returns an infinity if the conversion overflows or 0.0 if the conversion fails for any other reason (e.g. underflow).

If ok is not nullptr, failure is reported by setting *ok to false, and success by setting *ok to true.

This function does not fall back to the 'C' locale if the string cannot be interpreted in this locale.

 bool ok;
 double d;

 QLocale c(QLocale::C);
 d = c.toDouble("1234.56", &ok);  // ok == true,  d == 1234.56
 d = c.toDouble("1,234.56", &ok); // ok == true,  d == 1234.56
 d = c.toDouble("1234,56", &ok);  // ok == false, d == 0

 QLocale german(QLocale::German);
 d = german.toDouble("1234,56", &ok);  // ok == true,  d == 1234.56
 d = german.toDouble("1.234,56", &ok); // ok == true,  d == 1234.56
 d = german.toDouble("1234.56", &ok);  // ok == false, d == 0

 d = german.toDouble("1.234", &ok);    // ok == true,  d == 1234.0

Notice that the last conversion returns 1234.0, because '.' is the thousands group separator in the German locale.

This function ignores leading and trailing whitespace.

See also toFloat(), toInt(), and toString().

double QLocale::toDouble(const QStringRef &s, bool *ok = nullptr) const

Returns the double represented by the localized string s.

Returns an infinity if the conversion overflows or 0.0 if the conversion fails for any other reason (e.g. underflow).

If ok is not nullptr, failure is reported by setting *ok to false, and success by setting *ok to true.

This function does not fall back to the 'C' locale if the string cannot be interpreted in this locale.

 bool ok;
 double d;

 QLocale c(QLocale::C);
 d = c.toDouble("1234.56", &ok);  // ok == true,  d == 1234.56
 d = c.toDouble("1,234.56", &ok); // ok == true,  d == 1234.56
 d = c.toDouble("1234,56", &ok);  // ok == false, d == 0

 QLocale german(QLocale::German);
 d = german.toDouble("1234,56", &ok);  // ok == true,  d == 1234.56
 d = german.toDouble("1.234,56", &ok); // ok == true,  d == 1234.56
 d = german.toDouble("1234.56", &ok);  // ok == false, d == 0

 d = german.toDouble("1.234", &ok);    // ok == true,  d == 1234.0

Notice that the last conversion returns 1234.0, because '.' is the thousands group separator in the German locale.

This function ignores leading and trailing whitespace.

This function was introduced in Qt 5.1.

See also toFloat(), toInt(), and toString().

double QLocale::toDouble(QStringView s, bool *ok = nullptr) const

Returns the double represented by the localized string s.

Returns an infinity if the conversion overflows or 0.0 if the conversion fails for any other reason (e.g. underflow).

If ok is not nullptr, failure is reported by setting *ok to false, and success by setting *ok to true.

Unlike QString::toDouble(), this function does not fall back to the "C" locale if the string cannot be interpreted in this locale.

 bool ok;
 double d;

 QLocale c(QLocale::C);
 d = c.toDouble(u"1234.56", &ok);  // ok == true,  d == 1234.56
 d = c.toDouble(u"1,234.56", &ok); // ok == true,  d == 1234.56
 d = c.toDouble(u"1234,56", &ok);  // ok == false, d == 0

 QLocale german(QLocale::German);
 d = german.toDouble(u"1234,56", &ok);  // ok == true,  d == 1234.56
 d = german.toDouble(u"1.234,56", &ok); // ok == true,  d == 1234.56
 d = german.toDouble(u"1234.56", &ok);  // ok == false, d == 0

 d = german.toDouble(u"1.234", &ok);    // ok == true,  d == 1234.0

Notice that the last conversion returns 1234.0, because '.' is the thousands group separator in the German locale.

This function ignores leading and trailing whitespace.

This function was introduced in Qt 5.10.

See also toFloat(), toInt(), and toString().

float QLocale::toFloat(const QString &s, bool *ok = nullptr) const

Returns the float represented by the localized string s.

Returns an infinity if the conversion overflows or 0.0 if the conversion fails for any other reason (e.g. underflow).

If ok is not nullptr, failure is reported by setting *ok to false, and success by setting *ok to true.

This function does not fall back to the 'C' locale if the string cannot be interpreted in this locale.

This function ignores leading and trailing whitespace.

See also toDouble(), toInt(), and toString().

float QLocale::toFloat(const QStringRef &s, bool *ok = nullptr) const

Returns the float represented by the localized string s.

Returns an infinity if the conversion overflows or 0.0 if the conversion fails for any other reason (e.g. underflow).

If ok is not nullptr, failure is reported by setting *ok to false, and success by setting *ok to true.

This function does not fall back to the 'C' locale if the string cannot be interpreted in this locale.

This function ignores leading and trailing whitespace.

This function was introduced in Qt 5.1.

See also toDouble(), toInt(), and toString().

float QLocale::toFloat(QStringView s, bool *ok = nullptr) const

Returns the float represented by the localized string s.

Returns an infinity if the conversion overflows or 0.0 if the conversion fails for any other reason (e.g. underflow).

If ok is not nullptr, failure is reported by setting *ok to false, and success by setting *ok to true.

This function ignores leading and trailing whitespace.

This function was introduced in Qt 5.10.

See also toDouble(), toInt(), and toString().

int QLocale::toInt(const QString &s, bool *ok = nullptr) const

Returns the int represented by the localized string s.

If the conversion fails the function returns 0.

If ok is not nullptr, failure is reported by setting *ok to false, and success by setting *ok to true.

This function ignores leading and trailing whitespace.

See also toUInt() and toString().

int QLocale::toInt(const QStringRef &s, bool *ok = nullptr) const

Returns the int represented by the localized string s.

If the conversion fails the function returns 0.

If ok is not nullptr, failure is reported by setting *ok to false, and success by setting *ok to true.

This function ignores leading and trailing whitespace.

This function was introduced in Qt 5.1.

See also toUInt() and toString().

int QLocale::toInt(QStringView s, bool *ok = nullptr) const

Returns the int represented by the localized string s.

If the conversion fails, the function returns 0.

If ok is not nullptr, failure is reported by setting *ok to false, and success by setting *ok to true.

This function ignores leading and trailing whitespace.

This function was introduced in Qt 5.10.

See also toUInt() and toString().

long QLocale::toLong(const QString &s, bool *ok = nullptr) const

Returns the long int represented by the localized string s.

If the conversion fails the function returns 0.

If ok is not nullptr, failure is reported by setting *ok to false, and success by setting *ok to true.

This function ignores leading and trailing whitespace.

This function was introduced in Qt 5.13.

See also toInt(), toULong(), toDouble(), and toString().

long QLocale::toLong(const QStringRef &s, bool *ok = nullptr) const

Returns the long int represented by the localized string s.

If the conversion fails the function returns 0.

If ok is not nullptr, failure is reported by setting *ok to false, and success by setting *ok to true.

This function ignores leading and trailing whitespace.

This function was introduced in Qt 5.13.

See also toInt(), toULong(), toDouble(), and toString().

long QLocale::toLong(QStringView s, bool *ok = nullptr) const

Returns the long int represented by the localized string s.

If the conversion fails the function returns 0.

If ok is not nullptr, failure is reported by setting *ok to false, and success by setting *ok to true.

This function ignores leading and trailing whitespace.

This function was introduced in Qt 5.13.

See also toInt(), toULong(), toDouble(), and toString().

qlonglong QLocale::toLongLong(const QString &s, bool *ok = nullptr) const

Returns the long long int represented by the localized string s.

If the conversion fails the function returns 0.

If ok is not nullptr, failure is reported by setting *ok to false, and success by setting *ok to true.

This function ignores leading and trailing whitespace.

See also toInt(), toULongLong(), toDouble(), and toString().

qlonglong QLocale::toLongLong(const QStringRef &s, bool *ok = nullptr) const

Returns the long long int represented by the localized string s.

If the conversion fails the function returns 0.

If ok is not nullptr, failure is reported by setting *ok to false, and success by setting *ok to true.

This function ignores leading and trailing whitespace.

This function was introduced in Qt 5.1.

See also toInt(), toULongLong(), toDouble(), and toString().

qlonglong QLocale::toLongLong(QStringView s, bool *ok = nullptr) const

Returns the long long int represented by the localized string s.

If the conversion fails, the function returns 0.

If ok is not nullptr, failure is reported by setting *ok to false, and success by setting *ok to true.

This function ignores leading and trailing whitespace.

This function was introduced in Qt 5.10.

See also toInt(), toULongLong(), toDouble(), and toString().

QString QLocale::toLower(const QString &str) const

Returns a lowercase copy of str.

If Qt Core is using the ICU libraries, they will be used to perform the transformation according to the rules of the current locale. Otherwise the conversion may be done in a platform-dependent manner, with QString::toLower() as a generic fallback.

This function was introduced in Qt 4.8.

See also QString::toLower().

short QLocale::toShort(const QString &s, bool *ok = nullptr) const

Returns the short int represented by the localized string s.

If the conversion fails the function returns 0.

If ok is not nullptr, failure is reported by setting *ok to false, and success by setting *ok to true.

This function ignores leading and trailing whitespace.

See also toUShort() and toString().

short QLocale::toShort(const QStringRef &s, bool *ok = nullptr) const

Returns the short int represented by the localized string s.

If the conversion fails the function returns 0.

If ok is not nullptr, failure is reported by setting *ok to false, and success by setting *ok to true.

This function ignores leading and trailing whitespace.

This function was introduced in Qt 5.1.

See also toUShort() and toString().

short QLocale::toShort(QStringView s, bool *ok = nullptr) const

Returns the short int represented by the localized string s.

If the conversion fails, the function returns 0.

If ok is not nullptr, failure is reported by setting *ok to false, and success by setting *ok to true.

This function ignores leading and trailing whitespace.

This function was introduced in Qt 5.10.

See also toUShort() and toString().

QString QLocale::toString(qlonglong i) const

Returns a localized string representation of i.

See also toLongLong(), numberOptions(), zeroDigit(), and positiveSign().

QString QLocale::toString(qulonglong i) const

This is an overloaded function.

See also toULongLong(), numberOptions(), zeroDigit(), and positiveSign().

QString QLocale::toString(long i) const

This is an overloaded function.

See also toLong().

QString QLocale::toString(ulong i) const

This is an overloaded function.

See also toULong().

QString QLocale::toString(short i) const

This is an overloaded function.

See also toShort().

QString QLocale::toString(ushort i) const

This is an overloaded function.

See also toUShort().

QString QLocale::toString(int i) const

This is an overloaded function.

See also toInt().

QString QLocale::toString(uint i) const

This is an overloaded function.

See also toUInt().

QString QLocale::toString(double i, char f = 'g', int prec = 6) const

This is an overloaded function.

f and prec have the same meaning as in QString::number(double, char, int).

See also toDouble(), numberOptions(), exponential(), decimalPoint(), zeroDigit(), positiveSign(), and percent().

QString QLocale::toString(float i, char f = 'g', int prec = 6) const

This is an overloaded function.

f and prec have the same meaning as in QString::number(double, char, int).

See also toDouble().

QString QLocale::toString(const QDate &date, const QString &format) const

Returns a localized string representation of the given date in the specified format. If format is an empty string, an empty string is returned.

See also QDate::toString().

QString QLocale::toString(const QTime &time, const QString &format) const

Returns a localized string representation of the given time according to the specified format. If format is an empty string, an empty string is returned.

See also QTime::toString().

QString QLocale::toString(const QDateTime &dateTime, const QString &format) const

Returns a localized string representation of the given dateTime according to the specified format. If format is an empty string, an empty string is returned.

This function was introduced in Qt 4.4.

See also QDateTime::toString(), QDate::toString(), and QTime::toString().

QString QLocale::toString(const QDate &date, QStringView format) const

This is an overloaded function.

This function was introduced in Qt 5.10.

QString QLocale::toString(const QTime &time, QStringView format) const

Returns a localized string representation of the given time according to the specified format. If format is an empty string, an empty string is returned.

This function was introduced in Qt 4.5.

See also QTime::toString().

QString QLocale::toString(const QDateTime &dateTime, QStringView format) const

This is an overloaded function.

This function was introduced in Qt 5.10.

QString QLocale::toString(const QDate &date, FormatType format = LongFormat) const

This is an overloaded function.

This function was introduced in Qt 4.5.

QString QLocale::toString(const QTime &time, FormatType format = LongFormat) const

Returns a localized string representation of the given time in the specified format (see timeFormat()).

QString QLocale::toString(const QDateTime &dateTime, FormatType format = LongFormat) const

This is an overloaded function.

This function was introduced in Qt 4.4.

QString QLocale::toString(const QDate &date, QStringView format, QCalendar cal) const

Returns a localized string representation of the given date in the specified format, optionally for a specified calendar cal. If format is an empty string, an empty string is returned.

This function was introduced in Qt 5.14.

See also QDate::toString().

QString QLocale::toString(const QDate &date, FormatType format, QCalendar cal) const

Returns a localized string representation of the given date according to the specified format (see dateFormat()), optionally for a specified calendar cal.

Note: Some locales may use formats that limit the range of years they can represent.

This function was introduced in Qt 5.14.

QString QLocale::toString(const QDateTime &dateTime, FormatType format, QCalendar cal) const

Returns a localized string representation of the given dateTime according to the specified format (see dateTimeFormat()), optionally for a specified calendar cal.

Note: Some locales may use formats that limit the range of years they can represent.

This function was introduced in Qt 5.14.

QString QLocale::toString(const QDateTime &dateTime, QStringView format, QCalendar cal) const

Returns a localized string representation of the given dateTime according to the specified format, optionally for a specified calendar cal. If format is an empty string, an empty string is returned.

This function was introduced in Qt 5.14.

See also QDateTime::toString(), QDate::toString(), and QTime::toString().

QTime QLocale::toTime(const QString &string, FormatType format = LongFormat) const

Parses the time string given in string and returns the time. The format of the time string is chosen according to the format parameter (see timeFormat()).

If the time could not be parsed, returns an invalid time.

This function was introduced in Qt 4.4.

See also timeFormat(), toDate(), toDateTime(), and QTime::fromString().

QTime QLocale::toTime(const QString &string, const QString &format) const

Parses the time string given in string and returns the time. See QTime::fromString() for information on what is a valid format string.

If the time could not be parsed, returns an invalid time.

This function was introduced in Qt 4.4.

See also timeFormat(), toDate(), toDateTime(), and QTime::fromString().

uint QLocale::toUInt(const QString &s, bool *ok = nullptr) const

Returns the unsigned int represented by the localized string s.

If the conversion fails the function returns 0.

If ok is not nullptr, failure is reported by setting *ok to false, and success by setting *ok to true.

This function ignores leading and trailing whitespace.

See also toInt() and toString().

uint QLocale::toUInt(const QStringRef &s, bool *ok = nullptr) const

Returns the unsigned int represented by the localized string s.

If the conversion fails the function returns 0.

If ok is not nullptr, failure is reported by setting *ok to false, and success by setting *ok to true.

This function ignores leading and trailing whitespace.

This function was introduced in Qt 5.1.

See also toInt() and toString().

uint QLocale::toUInt(QStringView s, bool *ok = nullptr) const

Returns the unsigned int represented by the localized string s.

If the conversion fails, the function returns 0.

If ok is not nullptr, failure is reported by setting *ok to false, and success by setting *ok to true.

This function ignores leading and trailing whitespace.

This function was introduced in Qt 5.10.

See also toInt() and toString().

ulong QLocale::toULong(const QString &s, bool *ok = nullptr) const

Returns the unsigned long int represented by the localized string s.

If the conversion fails the function returns 0.

If ok is not nullptr, failure is reported by setting *ok to false, and success by setting *ok to true.

This function ignores leading and trailing whitespace.

This function was introduced in Qt 5.13.

See also toLong(), toInt(), toDouble(), and toString().

ulong QLocale::toULong(const QStringRef &s, bool *ok = nullptr) const

Returns the unsigned long int represented by the localized string s.

If the conversion fails the function returns 0.

If ok is not nullptr, failure is reported by setting *ok to false, and success by setting *ok to true.

This function ignores leading and trailing whitespace.

This function was introduced in Qt 5.13.

See also toLong(), toInt(), toDouble(), and toString().

ulong QLocale::toULong(QStringView s, bool *ok = nullptr) const

Returns the unsigned long int represented by the localized string s.

If the conversion fails the function returns 0.

If ok is not nullptr, failure is reported by setting *ok to false, and success by setting *ok to true.

This function ignores leading and trailing whitespace.

This function was introduced in Qt 5.13.

See also toLong(), toInt(), toDouble(), and toString().

qulonglong QLocale::toULongLong(const QString &s, bool *ok = nullptr) const

Returns the unsigned long long int represented by the localized string s.

If the conversion fails the function returns 0.

If ok is not nullptr, failure is reported by setting *ok to false, and success by setting *ok to true.

This function ignores leading and trailing whitespace.

See also toLongLong(), toInt(), toDouble(), and toString().

qulonglong QLocale::toULongLong(const QStringRef &s, bool *ok = nullptr) const

Returns the unsigned long long int represented by the localized string s.

If the conversion fails the function returns 0.

If ok is not nullptr, failure is reported by setting *ok to false, and success by setting *ok to true.

This function ignores leading and trailing whitespace.

This function was introduced in Qt 5.1.

See also toLongLong(), toInt(), toDouble(), and toString().

qulonglong QLocale::toULongLong(QStringView s, bool *ok = nullptr) const

Returns the unsigned long long int represented by the localized string s.

If the conversion fails, the function returns 0.

If ok is not nullptr, failure is reported by setting *ok to false, and success by setting *ok to true.

This function ignores leading and trailing whitespace.

This function was introduced in Qt 5.10.

See also toLongLong(), toInt(), toDouble(), and toString().

ushort QLocale::toUShort(const QString &s, bool *ok = nullptr) const

Returns the unsigned short int represented by the localized string s.

If the conversion fails the function returns 0.

If ok is not nullptr, failure is reported by setting *ok to false, and success by setting *ok to true.

This function ignores leading and trailing whitespace.

See also toShort() and toString().

ushort QLocale::toUShort(const QStringRef &s, bool *ok = nullptr) const

Returns the unsigned short int represented by the localized string s.

If the conversion fails the function returns 0.

If ok is not nullptr, failure is reported by setting *ok to false, and success by setting *ok to true.

This function ignores leading and trailing whitespace.

This function was introduced in Qt 5.1.

See also toShort() and toString().

ushort QLocale::toUShort(QStringView s, bool *ok = nullptr) const

Returns the unsigned short int represented by the localized string s.

If the conversion fails, the function returns 0.

If ok is not nullptr, failure is reported by setting *ok to false, and success by setting *ok to true.

This function ignores leading and trailing whitespace.

This function was introduced in Qt 5.10.

See also toShort() and toString().

QString QLocale::toUpper(const QString &str) const

Returns an uppercase copy of str.

If Qt Core is using the ICU libraries, they will be used to perform the transformation according to the rules of the current locale. Otherwise the conversion may be done in a platform-dependent manner, with QString::toUpper() as a generic fallback.

This function was introduced in Qt 4.8.

See also QString::toUpper().

QStringList QLocale::uiLanguages() const

Returns an ordered list of locale names for translation purposes in preference order (like "en-Latn-US", "en-US", "en").

The return value represents locale names that the user expects to see the UI translation in.

Most like you do not need to use this function directly, but just pass the QLocale object to the QTranslator::load() function.

The first item in the list is the most preferred one.

This function was introduced in Qt 4.8.

See also QTranslator and bcp47Name().

QList<Qt::DayOfWeek> QLocale::weekdays() const

Returns a list of days that are considered weekdays according to the current locale.

This function was introduced in Qt 4.8.

QChar QLocale::zeroDigit() const

Returns the zero digit character of this locale.

Note: This function shall change to return a QString instead of QChar in Qt6. Callers are encouraged to exploit the QString(QChar) constructor to convert early in preparation for this.

This function was introduced in Qt 4.1.

See also toString().

bool QLocale::operator!=(const QLocale &other) const

Returns true if the QLocale object is not the same as the other locale specified; otherwise returns false.

bool QLocale::operator==(const QLocale &other) const

Returns true if the QLocale object is the same as the other locale specified; otherwise returns false.

Related Non-Members

uint qHash(const QLocale &key, uint seed = 0)

Returns the hash value for key, using seed to seed the calculation.

This function was introduced in Qt 5.6.