Convert language code three digits (ISO 639-2) to two digits code (ISO 639-1)
Unsolved
General and Desktop
-
Hi all
I looked into Qt documentation but didn't find anything useful for my problem. As in the topic, is there a way using Qt framework to convert language code three digits (ISO 639-2) to two digits code (ISO 639-1)? I need this conversion cause QLocale accept only two digits code (ISO 639-1) in constructor initialization...
Thank you
-
No, you have to find another non-Qt way.