identifier(_:)
Returns the locale identifier, in the specified standard format.
Declaration
func identifier(_ type: Locale.IdentifierType) -> StringParameters
- type:
The standard locale identifier format to use for the returned string.
Return Value
The locale identifier, formatted in accordance with the specified identifier type.