---
title: "InflectionConcept.termsOfAddress(_:)"
framework: foundation
role: symbol
role_heading: Case
path: "foundation/inflectionconcept/termsofaddress(_:)"
---

# InflectionConcept.termsOfAddress(_:)

Indicates that the system uses the associated terms of address for grammatical agreement when localizing text.

## Declaration

```swift
case termsOfAddress([TermOfAddress])
```

## Parameters

- `[TermOfAddress]`: A list of preferred terms of address for localizing text.

## Discussion

Discussion When inflecting text the first term of address which can be used in the target language is the one used for pronoun substitution and grammar agreement.

## See Also

### Using inflection concepts

- [InflectionConcept.localizedPhrase(_:)](foundation/inflectionconcept/localizedphrase(_:).md)
