---
title: "readAttributeActiveLocale(completionHandler:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrbaseclusterlocalizationconfiguration/readattributeactivelocale(completionhandler:)"
---

# readAttributeActiveLocale(completionHandler:)

## Declaration

```swift
func readAttributeActiveLocale(completionHandler: @escaping @Sendable (String?, (any Error)?) -> Void)
```

```swift
func readAttributeActiveLocale() async throws -> String
```
