Contents

CFLocaleGetLanguageLineDirection(_:)

Returns the line direction for the specified ISO language code.

Declaration

func CFLocaleGetLanguageLineDirection(_ isoLangCode: CFString!) -> CFLocaleLanguageDirection

Parameters

  • 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.

See Also

Getting Line and Character Direction for a Language