---
title: "localized(language:pronouns:)"
framework: foundation
role: symbol
role_heading: Type Method
path: "foundation/termofaddress/localized(language:pronouns:)"
---

# localized(language:pronouns:)

Returns a term of address restricted to a specific language for a group of pronouns.

## Declaration

```swift
static func localized(language: Locale.Language, pronouns: [Morphology.Pronoun]) -> TermOfAddress
```

## Parameters

- `language`: The language locale to use for the term of address.
- `pronouns`: The pronouns for representing the terms of address.

## Return Value

Return Value A term of address associating a group of pronouns  to a specific language.

## See Also

### Defining your own terms of address

- [language](foundation/termofaddress/language.md)
- [pronouns](foundation/termofaddress/pronouns.md)
