LanguageManager-iOS
LanguageManager-iOS copied to clipboard
A Language manager to handle changing app language without restarting the app. It supports iOS and tvOS.
Issue - The library is working great on iPhone and all simulator devices but when I try to change language on real iPad devices, it results into a crash. I'm...
As you can see in the prints: dependency rules: `up to next major version` dependency rules: `branch`
i noticed that the system buttons don't get translated to the user's preference localization. it is using the previous language that the user has in. This is happening in navigation...
I added LanguageManager-iOS swift package to my project for localizing English & arabic. For me all the UIelements are transforming rightLeft and Left right while using .setLanguage to .ar and...
I mean, i want to have Armenian and Georgian translations in my app, but neither of them are in Languages enumerator, so I think instead of adding these languages by...
Here is a screenshot for the representing the issue:  What I tried: - Update to latest version 1.2.3...
Hi @dimohamdy @imGokul @Abedalkareem @StevenMagdy Can anyone guide me? how can I use this library for the Research kit framework? I want to implement RTL and LTR for the Research...
Hi, I am using this library and managed to call localiz() after awakeFromNib() method is called. Everything works fine on the simulator. but when I create custom views (@IBDesignable component)...
Apple requires the mentioned files if some APIs are used. I see a usage here: https://github.com/Abedalkareem/LanguageManager-iOS/blob/master/LanguageManager-iOS/Classes/Helpers/Storage.swift More info here: https://developer.apple.com/documentation/bundleresources/privacy_manifest_files/describing_use_of_required_reason_api
Starting with iOS 15, button labels cannot be retrieved with `btn.title(for: .normal)`, we get nil You should use `btn.configuration?.title` https://stackoverflow.com/questions/71257406/why-does-titlefor-normal-return-nil-for-plain-styles-in-uikit Can you please fix this in `UIView+Swizzling.swift`?