Initializer
init(_:id:mask:)
Create an interface language with the given display name, id, and integer mask.
init(_ name: String, id: String, mask: Int)
Parameters
nameThe display name of the interface language.
For example, this might be "Swift", or "Objective-C".
idAn identifier for the language.
For example, Swift’s identifier is "swift" and Objective-C’s is “occ”.
maskAn integer mask used to uniquely identify the language.
Warning
Only integer values between 3 and 7 are supported.