Details
-
Bug
-
Resolution: Done
-
P2: Important
-
4.7.0
-
None
-
e7c79face6ec361e4ad0ff8303f1becafac8b2b6
Description
moving the bug reported from https://qtrequirements.europe.nokia.com/browse/QT-4085 as per suggestion
When we try to create an object of QLocale using QLocale localeStr("tl");
where tl is language string for tagalog.
After the object creation when we call
localeStr.country(); = C
localeStr.language(); = 01
where as we expect this to return
Tagalog (115) instaed of C Which is failng for registration
Attachments
Issue Links
- relates to
-
QTBUG-97513 Teach QLocale to recognise known aliases for languages and territories
- Reported