Abedalkareem / LanguageManager-iOS

A Language manager to handle changing app language without restarting the app. It supports iOS and tvOS.
MIT License
393 stars 66 forks source link

Default Language to Arabic #55

Closed AbuMandour closed 3 years ago

AbuMandour commented 3 years ago

when I set the default language to Arabic it didn't work in the real device iPhone version 14.0.1 am using SceneDelegate

    func scene(_ scene: UIScene, willConnectTo session: UISceneSession, options connectionOptions: UIScene.ConnectionOptions) {
        LanguageManager.shared.defaultLanguage = .ar
}

any help ?

Abedalkareem commented 3 years ago

Hi,

Please set the default language in the application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?).

Abedalkareem commented 3 years ago

Closed for not having a response, I will assume it's solved.

Thank you.