> ## Documentation Index
> Fetch the complete documentation index at: https://docs.crossmint.com/llms.txt
> Use this file to discover all available pages before exploring further.

# CheckoutLocale

> Swift Enumeration

**Enumeration**

A language for the hosted pages of Crossmint.

```swift theme={null}
enum CheckoutLocale
```

The hosted pages support only these languages.

## Enumeration Cases

| Case   | Description |
| ------ | ----------- |
| `deDE` | -           |
| `enUS` | -           |
| `esES` | -           |
| `frFR` | -           |
| `itIT` | -           |
| `jaJP` | -           |
| `koKR` | -           |
| `ptPT` | -           |
| `ruRU` | -           |
| `thTH` | -           |
| `trTR` | -           |
| `ukUA` | -           |
| `viVN` | -           |
| `zhCN` | -           |
| `zhTW` | -           |

## Initializers

### init(rawValue:)

Inherited from `RawRepresentable.init(rawValue:)`.

```swift theme={null}
init?(rawValue: String)
```
