---
title: "customPronoun(forLanguage:)"
framework: foundation
role: symbol
role_heading: Instance Method
path: "foundation/morphology/custompronoun(forlanguage:)"
---

# customPronoun(forLanguage:)

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

## Declaration

```swift
func customPronoun(forLanguage language: String) -> Morphology.CustomPronoun?
```

## Parameters

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

## Return Value

Return Value A Morphology.CustomPronoun 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:)](foundation/morphology/setcustompronoun(_:forlanguage:).md)
- [Morphology.CustomPronoun](foundation/morphology/custompronoun.md)
