CFLocaleGetLanguageLineDirection(_:)
Returns the line direction for the specified ISO language code.
Declaration
func CFLocaleGetLanguageLineDirection(_ isoLangCode: CFString!) -> CFLocaleLanguageDirectionParameters
- isoLangCode:
The ISO language code.
Return Value
The line direction for the language. See CFLocaleLanguageDirection for possible values. If the appropriate direction can’t be determined, CFLocaleLanguageDirection.unknown is returned.