MOLH icon indicating copy to clipboard operation
MOLH copied to clipboard

Incorrect currentAppleLanguage when setting the default language.

Open MVakas opened this issue 5 years ago • 2 comments

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 avatar Sep 05 '19 07:09 MVakas

@MVakas sorry for the late response, have you tried it on device?

MoathOthman avatar Oct 09 '19 07:10 MoathOthman

same here on the first run

ASamirbadran avatar Jan 20 '21 15:01 ASamirbadran