---
title: "availableCollations(for:)"
framework: foundation
role: symbol
role_heading: Type Method
path: "foundation/locale/collation-swift.struct/availablecollations(for:)"
---

# availableCollations(for:)

A list of available collations for the specified language in the order that it is most likely to make a difference.

## Declaration

```swift
static func availableCollations(for language: Locale.Language) -> [Locale.Collation]
```
