Instance Property
id
An identifier for the language.
let id: String
Discussion
For example, Swift’s identifier is "swift" and Objective-C’s is “occ”.
Tip
You can initialize an InterfaceLanguage from a known identifier, with the from(string:) function.