---
title: "isSupportedForLanguage:"
framework: foundation
role: symbol
role_heading: Type Method
path: "foundation/nsmorphologycustompronoun/issupportedforlanguage:"
---

# isSupportedForLanguage:

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

## Declaration

```occ
+ (BOOL) isSupportedForLanguage:(NSString *) language;
```

## Parameters

- `language`: The language to query.

## Return Value

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

## See Also

### Assessing Custom Pronoun Support

- [requiredKeysForLanguage:](foundation/nsmorphologycustompronoun/requiredkeysforlanguage:.md)
