<!--
{
  "availability" : [
    "iOS: 18.0.0 -",
    "iPadOS: 18.0.0 -",
    "macCatalyst: 26.0.0 -",
    "macOS: 15.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Translation",
  "identifier" : "/documentation/Translation/LanguageAvailability/Status",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Translation"
    ],
    "preciseIdentifier" : "s:11Translation20LanguageAvailabilityC6StatusO"
  },
  "title" : "LanguageAvailability.Status"
}
-->

# LanguageAvailability.Status

The availability status for a language or language pairing.

```
enum Status
```

## Overview

A language must download and install before you can use it in a translation.

## Topics

### Checking availability status

[`case installed`](/documentation/Translation/LanguageAvailability/Status/installed)

The framework supports the language or language pairing and has it downloaded and ready for use in a translation.

[`case supported`](/documentation/Translation/LanguageAvailability/Status/supported)

The framework supports the language or language pairing, but can’t yet use it.

[`case unsupported`](/documentation/Translation/LanguageAvailability/Status/unsupported)

The framework doesn’t support the language or language pairing.

### Comparing statuses

## Relationships

### Conforms To

[`Hashable`](/documentation/Swift/Hashable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Sendable`](/documentation/Swift/Sendable)

[`Equatable`](/documentation/Swift/Equatable)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)