---
title: "CFLocaleGetLanguageLineDirection(_:)"
framework: corefoundation
role: symbol
role_heading: Function
path: "corefoundation/cflocalegetlanguagelinedirection(_:)"
---

# CFLocaleGetLanguageLineDirection(_:)

Returns the line direction for the specified ISO language code.

## Declaration

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

## Parameters

- `isoLangCode`: The ISO language code.

## Return Value

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

- [CFLocaleGetLanguageCharacterDirection(_:)](corefoundation/cflocalegetlanguagecharacterdirection(_:).md)
