collationIdentifier
The collation identifier for the locale, or nil if it has none.
Declaration
var collationIdentifier: String? { get }Discussion
For example, for the locale “en_US@collation=phonebook”, returns “phonebook”.
The collation identifier for the locale, or nil if it has none.
var collationIdentifier: String? { get }For example, for the locale “en_US@collation=phonebook”, returns “phonebook”.