There are some features within my application that are supposed to be based on the language settings of the device where it\'s running.
I want to get the actual language
Use below code to fetch Localised language without having trouble to the en-india, en-us etc..
NSString *Ph = [[[NSBundle mainBundle] preferredLocalizations] objectAtIndex:0];
In and After ios9 this code need to take in cosideration