Contents

CFLocaleGetIdentifier(_:)

Returns the given locale’s identifier.

Declaration

func CFLocaleGetIdentifier(_ locale: CFLocale!) -> CFLocaleIdentifier!

Parameters

  • locale:

    The locale object to examine.

Return Value

A string representation of locale’s identifier. This may not be the same string that was used to create the locale—it may be canonicalized. Ownership follows the The Get Rule.

See Also

Getting Information About a Locale