Language-Manager-iOS icon indicating copy to clipboard operation
Language-Manager-iOS copied to clipboard

Language Manager iOS

Results 10 Language-Manager-iOS issues
Sort by recently updated
recently updated
newest added

Is there any solution for UIImagePickerController?

loading localized image not working .

It seems that` [[NSUserDefaults standardUserDefaults] setObject:@"fr" forKey:@"AppleLanguages"];` does not work. `[[NSUserDefaults standardUserDefaults] setObject:[NSArray arrayWithObjects:@"fr", nil] forKey:@"AppleLanguages"];` works fine.

when i change the language from english to arabic and try to swipe right to left uiviewcontroller not pop to viewcontroller. but i swipe left to right it's working fine....

While I change to english to arabic it is working good all UI and texts but when I switch back from arabic to english then I am facing some issue...

Can you please help me resolve it? I tried [[UITextField appearance]setSemanticContentAttribute:UISemanticContentAttributeForceRightToLeft]; when changing langauge to Arabic, but it didn't work. This happens when I change language and reload the root...

There is an issue in LanguageManager.m There are two methods that uses NSLocalizedString(forKey:), and the parameter is not a string literal. That causes the Xcode button "Export for localizations" (when...

The button "Back" or "Cancel" or "Save" on navigation bar dose not change the language on the method 2

Tried to use it with localized storyboard (localize interface build not just strings) but its not working at all. It keeps loading the base one. Tried on the demo project...

I'm trying to use this package in a swift project, However I cannot use method 2 because I have a navigation controller in the project ( see issue #5 )....