Use GetUserDefaultUILanguage instead of QLocale on Windows platforms
This fixes the language mismatch if the language settings key is empty as on first boot of the emulator or when the user selects System for thei language
I've heard this issue might accur on MacOS and i got no clie but from what i could fidn online it;s mostly Windows having these issues with QLocale
Use
GetUserDefaultUILanguage
instead ofQLocale
on Windows platforms This fixes the language mismatch if the language settings key is empty as on first boot of the emulator or when the user selectsSystem
for thei languageI've heard this issue might accur on MacOS and i got no clie but from what i could fidn online it;s mostly Windows having these issues with
QLocale
Clsoes https://github.com/Lime3DS/Lime3DS/issues/242 However to make sure its acutally fixed, i'm leaving it up as a draft and for people to test it