<!--
{
  "availability" : [
    "iOS: 26.0.0 -",
    "iPadOS: 26.0.0 -",
    "macCatalyst: 26.0.0 -",
    "macOS: 26.0.0 -",
    "tvOS: 26.0.0 -",
    "visionOS: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Speech",
  "identifier" : "/documentation/Speech/LocaleDependentSpeechModule",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "Speech"
    ],
    "preciseIdentifier" : "s:6Speech015LocaleDependentA6ModuleP"
  },
  "title" : "LocaleDependentSpeechModule"
}
-->

# LocaleDependentSpeechModule

A module that requires locale-specific assets.

```
protocol LocaleDependentSpeechModule : SpeechModule
```

## Topics

### Getting supported locales

[`static var supportedLocales: [Locale]`](/documentation/Speech/LocaleDependentSpeechModule/supportedLocales)

The set of all possible asset locales that the module supports.

[`static func supportedLocale(equivalentTo: Locale) async -> Locale?`](/documentation/Speech/LocaleDependentSpeechModule/supportedLocale(equivalentTo:))

A locale from the module’s supported locales equivalent to the given locale.

### Inspecting an instance’s locales

[`var selectedLocales: [Locale]`](/documentation/Speech/LocaleDependentSpeechModule/selectedLocales)

The set of asset locales specified by the module’s configuration.

## Relationships

### Conforming Types

[`DictationTranscriber`](/documentation/Speech/DictationTranscriber)

[`SpeechTranscriber`](/documentation/Speech/SpeechTranscriber)

### Inherits From

[`Sendable`](/documentation/Swift/Sendable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`SpeechModule`](/documentation/Speech/SpeechModule)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)