leverdeterre / LanguagesManager

An easy way to control manually the language in your application
MIT License
62 stars 11 forks source link

IOS 9 bug #11

Open JFuenzalida opened 9 years ago

JFuenzalida commented 9 years ago

hi, i have a issues in iOS 9, i don't see the string in my app, I have 3 language and before to update to iOS 9 all working good, but now don't

leverdeterre commented 9 years ago

Can you try to add a breakpoint into the selector isAnAvailableLanguage and try to clarify the problem ? (lproj format ? NSBundle problem ?)

JFuenzalida commented 9 years ago

when the app start the language is en_us for example and before the language choose ios is en but in ios 9 choose language en_us and this language is not available in the app, how i can fix this?

leverdeterre commented 8 years ago

When your app is starting, check the defaultLanguage (getDefaultLanguage) and if it's not a correct language. Force it to your preferred language ([[LanguagesManager sharedInstance] setLanguage:@"en"];)