CFLocaleCopyISOLanguageCodes()
Returns an array of CFString objects that represents all known legal ISO language codes.
Declaration
func CFLocaleCopyISOLanguageCodes() -> CFArray!Return Value
An array of CFString objects that represents all known legal ISO language codes. Ownership follows the The Create Rule.
Discussion
Note: many of these will not have any supporting locale data in macOS.