Details
-
Bug
-
Resolution: Invalid
-
Not Evaluated
-
None
-
5.0.0
-
None
Description
QLocale foo = QLocale("zlm"); qDebug() << foo.name().toUtf8().constData() << endl; // C foo = QLocale("zsm"); qDebug() << foo.name().toUtf8().constData() << endl; // C
The following works, but is not the desired language.
QLocale foo = QLocale("ms");
qDebug() << foo.name().toUtf8().constData() << endl;
Attachments
Issue Links
- relates to
-
QTBUG-63457 support cmn, yue and etc for languages in QLocale
-
- Closed
-