CFLocaleCopyAvailableLocaleIdentifiers()
Returns an array of CFString objects that represents all locales for which locale data is available.
Declaration
func CFLocaleCopyAvailableLocaleIdentifiers() -> CFArray!Return Value
An array of CFString objects that represents all locales for which locale data is available. Ownership follows the The Create Rule.