---
title: Morphology.Pronoun
framework: foundation
role: symbol
role_heading: Structure
path: foundation/morphology/pronoun
---

# Morphology.Pronoun

A custom pronoun for referring to a third person.

## Declaration

```swift
struct Pronoun
```

## Overview

Overview Create instances of Morphology.Pronoun when you need to define custom pronouns for a localized term of address. For examples of how to create custom pronouns, see TermOfAddress.

## Topics

### Creating pronouns

- [init(pronoun:morphology:dependentMorphology:)](foundation/morphology/pronoun/init(pronoun:morphology:dependentmorphology:).md)

### Using pronouns

- [pronoun](foundation/morphology/pronoun/pronoun.md)
- [morphology](foundation/morphology/pronoun/morphology.md)
- [dependentMorphology](foundation/morphology/pronoun/dependentmorphology.md)

## Relationships

### Conforms To

- [Copyable](swift/copyable.md)
- [Decodable](swift/decodable.md)
- [Encodable](swift/encodable.md)
- [Equatable](swift/equatable.md)
- [Escapable](swift/escapable.md)
- [Hashable](swift/hashable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Automatic grammar agreement

- [InflectionRule](foundation/inflectionrule.md)
- [Morphology](foundation/morphology.md)
- [TermOfAddress](foundation/termofaddress.md)
- [InflectionConcept](foundation/inflectionconcept.md)
