I created a Localizable.strings file in XCode and then 2 languages in it.(en and fr).
If I try something like:
self.title = NSLocalizedString(@"Shop", @"");
This works fine when I am running app and changing languages but when I am killing app and restarting the app then I am not able to get correct values for changed language. It is setting values for English language only.
Any idea ?