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

# InflectionConcept.localizedPhrase(_:)

Indicates that the system uses the associated string for grammatical agreement when localizing text.

## Declaration

```swift
case localizedPhrase(String)
```

## Parameters

- `String`: The phrase for representing grammatical agreement.

## See Also

### Using inflection concepts

- [InflectionConcept.termsOfAddress(_:)](foundation/inflectionconcept/termsofaddress(_:).md)
