---
title: "customPronounForLanguage:"
framework: foundation
role: symbol
role_heading: Instance Method
path: "foundation/nsmorphology/custompronounforlanguage:"
---

# customPronounForLanguage:

Returns any custom pronoun behavior this morphology applies to the given language.

## Declaration

```occ
- (NSMorphologyCustomPronoun *) customPronounForLanguage:(NSString *) language;
```

## Parameters

- `language`: The language to query for any custom pronoun behavior.

## Return Value

Return Value A NSMorphologyCustomPronoun behavior this morphology uses for the given language, or nil if the morphology doesn’t have a custom pronoun behavior set.

## See Also

### Accessing Per-Language Features

- [setCustomPronoun:forLanguage:error:](foundation/nsmorphology/setcustompronoun:forlanguage:error:.md)
- [NSMorphologyCustomPronoun](foundation/nsmorphologycustompronoun.md)
