I want to Refer : Change iOS app's language on the fly first, in which a way to change Language is Given, i used it, it is working, but it requires Two ReLaunch of Application to take changes over Application. I want to do something in which, just on Button click my language should change
[[NSUserDefaults standardUserDefaults] setObject:[NSArray arrayWithObjects:@"de", nil]
forKey:@"AppleLanguages"];