BundleLocalization
BundleLocalization copied to clipboard
Workaround for XCode base internationalization to support on-the-fly language change
How to get table name for key and value for imagepicker controller in below function. -(NSString*) customLocaLizedStringForKey:(NSString *)key value:(NSString *)value table:(NSString *)tableName { NSBundle* bundle = [BundleLocalization sharedInstance].localizationBundle; return [bundle...
Hello, I needed to use your code for a project and I liked it. So I decided to create a cocoapod for it pod 'BundleLocalization' Keep up :)
"Remember that for the nib/storyboards to be translated you need to reload them." How and where to write its code?
the control buttons in the UIImagePickerController specially in the camera is showing the locale key of the strings .. any idea?
- Fix issue with system frameworks not loading localized strings (https://github.com/cmaftuleac/BundleLocalization/issues/1) - Set "AppleLanguages" user defaults to allow system frameworks to load localized strings in the same language that is...
Hello, This class completely broke UIKit language strings and cause undefined language strings: http://stackoverflow.com/questions/35403156/mpmovieplayercontroller-set-unknown-text It took me a pile of time to find that it is the problem case. Please...
Cannot change English to Arabic. Though text changes but GUI doesn't adopt left to right way. Any way to do it without restarting app?
Calling setLanguage:nil sets language to Bundle's default, not the preferred language of the device. Is that the expected behaviour?