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
In Swift 4.2 and Xcode 10.1
let language = NSLocale.preferredLanguages[0] print(language)//en