I have read about localization of iOS applications and now I would like to change application language according
NSString *lang = [[NSUserDefaults standardUserDefaults] stringForKey:@"Lang"];
but NOT according to system international settings.
Is it possible?
EDITED
I have found the answer in these posts: