---
title: "isSupported(forLanguage:)"
framework: foundation
role: symbol
role_heading: Type Method
path: "foundation/morphology/custompronoun/issupported(forlanguage:)"
---

# isSupported(forLanguage:)

Returns a Boolean value that indicates whether the given language supports setting custom pronouns.

## Declaration

```swift
static func isSupported(forLanguage language: String) -> Bool
```

## Parameters

- `language`: The language to query.

## Return Value

Return Value true if the language supports custom pronouns; otherwise, false.

## Discussion

Discussion If this value is false for a given language, calling setCustomPronoun(_:forLanguage:) for that language throws an error.

## See Also

### Assessing Custom Pronoun Support

- [requiredKeys(forLanguage:)](foundation/morphology/custompronoun/requiredkeys(forlanguage:).md)
