---
title: availableLanguages
framework: uikit
role: symbol
role_heading: Type Property
path: uikit/uitextchecker/availablelanguages
---

# availableLanguages

Returns the languages that the text checker’s class can perform spell-checking for.

## Declaration

```swift
class var availableLanguages: [String] { get }
```

## Return Value

Return Value An array of strings representing ISO 639-1 language codes or combined ISO 639-1 language codes and ISO 3166-1 regional codes (for example, en_US).

## Discussion

Discussion The languages represented by the strings in the returned array are in user-preference order.
