Qt Classes for Internationalization▲
See Internationalization with Qt for information on how to use these classes in your applications.
-
QCollator: The QCollator class compares strings according to a localized collation algorithm.
-
QCollatorSortKey: The QCollatorSortKey class can be used to speed up string collation.
-
QLocale: The QLocale class converts between numbers and their string representations in various languages.
-
QStringConverter: The QStringConverter class provides a base class for encoding and decoding text.
-
QStringDecoder: The QStringDecoder class provides a state-based decoder for text.
-
QStringEncoder: The QStringEncoder class provides a state-based encoder for text.
-
QTextCodec: The QTextCodec class provides conversions between text encodings.
-
QTranslator: The QTranslator class provides internationalization support for text output.