Contents

CFLocaleCopyISOCountryCodes()

Returns an array of CFString objects that represents all known legal ISO country codes.

Declaration

func CFLocaleCopyISOCountryCodes() -> CFArray!

Return Value

An array of CFString objects that represents all known legal ISO country codes. Ownership follows the The Create Rule.

Discussion

Note: many of these will not have any supporting locale data in macOS.

See Also

Getting ISO Information