---
title: Locale.IdentifierType.cldr
framework: foundation
role: symbol
role_heading: Case
path: foundation/locale/identifiertype/cldr
---

# Locale.IdentifierType.cldr

The type of identifiers that follow CLDR (Common Locale Data Repository) conventions.

## Declaration

```swift
case cldr
```

## Discussion

Discussion The components in this type of identifier use the same components as in Locale.IdentifierType.icu, but don’t use the key-value type keyword list. An example of this type is th_TH_u_ca_gregory_nu_thai.

## See Also

### Standard Identifier Types

- [Locale.IdentifierType.icu](foundation/locale/identifiertype/icu.md)
- [Locale.IdentifierType.bcp47](foundation/locale/identifiertype/bcp47.md)
