I\'d like to show the current language that the device UI is using. What code would I use?
I want this as an NSString in fully spelled out format. (Not
NSString
For Swift 3.0 below code can be used to answer your question:
let language = Bundle.main.preferredLocalizations.first! as NSString