Looks like LanguagesManagerLanguageDidChangeNotification notification is triggered before the _currentLanguage is set on - (BOOL)setLanguage:(NSString*)language forLogin:(NSString *)login
self.bundle = [NSBundle bundleWithPath:path]; //Triggering - (void)setBundle:(NSBundle *)bundle
self.currentLanguage = language;