---
title: "readAttributeSupportedLocales(completion:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrbaseclusterlocalizationconfiguration/readattributesupportedlocales(completion:)"
---

# readAttributeSupportedLocales(completion:)

## Declaration

```swift
func readAttributeSupportedLocales(completion: @escaping @Sendable ([Any]?, (any Error)?) -> Void)
```

```swift
func readAttributeSupportedLocales() async throws -> [Any]
```
