MOLH
MOLH copied to clipboard
Incorrect currentAppleLanguage when setting the default language.
After setting the following in AppDelegate
MOLHLanguage.setDefaultLanguage("ar")
MOLH.shared.activate(true)
I'm getting the following
print(MOLHLanguage.currentAppleLanguage()) // prints en
print(MOLHLanguage.currentLocaleIdentifier()) // print en_US
@MVakas sorry for the late response, have you tried it on device?
same here on the first run