I\'m trying to add an option for the user to switch between Arabic & English language from inside the app (without having to re-set the language of the whole iPhone), I
NSBundle *bundle = [LocalizationSystem sharedBundle]; //this get your current bundle NSString *imgPath = [bundle pathForResource:@"btn-Image" ofType:@"png" inDirectory:nil]; [self.btnTest setImage:[UIImage imageWithContentsOfFile:imgPath] forState:UIControlStateNormal];