Contents

supportedLanguages

Languages that the model supports.

Declaration

final var supportedLanguages: Set<Locale.Language> { get }

Mentioned in

Discussion

To check if a given locale is considered supported by the model, use supportsLocale(_:), which will also take into consideration language fallbacks.