<!--
{
  "availability" : [
    "iOS: 15.0.0 - 17.0.0",
    "iPadOS: 15.0.0 - 17.0.0",
    "macCatalyst: 15.0.0 - 17.0.0",
    "macOS: 12.0.0 - 14.0.0",
    "tvOS: 15.0.0 - 17.0.0",
    "visionOS: 1.0.0 -",
    "watchOS: 8.0.0 - 10.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "Foundation",
  "identifier" : "/documentation/Foundation/Morphology/customPronoun(forLanguage:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "Foundation"
    ],
    "preciseIdentifier" : "s:10Foundation10MorphologyV13customPronoun11forLanguageAC06CustomD0VSgSS_tF"
  },
  "title" : "customPronoun(forLanguage:)"
}
-->

# customPronoun(forLanguage:)

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

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

## Parameters

`language`

The language to query for any custom pronoun behavior.

## Return Value

A [`Morphology.CustomPronoun`](/documentation/Foundation/Morphology/CustomPronoun) behavior this morphology uses for the given language, or `nil` if the morphology doesn’t have a custom pronoun behavior set.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)