I am working in localizing and app in objective-c and would like to know if there's a way to detect what is the language of the phone. More specifically, when the end user goes to Settings->General->International->Language a language is chosen so would like to know what the language has been setup for an iOS device (iPhone, iPod or iPad).
This way I can program an 'if' statement so certain code is executed in function of the language of the device.
Thank you.