---
title: "localizedForLanguageIdentifier:withPronouns:"
framework: foundation
role: symbol
role_heading: Type Method
path: "foundation/nstermofaddress/localizedforlanguageidentifier:withpronouns:"
---

# localizedForLanguageIdentifier:withPronouns:

A term of address restricted to a given language

## Declaration

```occ
+ (instancetype) localizedForLanguageIdentifier:(NSString *) language withPronouns:(NSArray<NSMorphologyPronoun *> *) pronouns;
```

## Parameters

- `language`: ISO language code identifier for the language
- `pronouns`: A list of pronouns in the target language that can be used to refer to the person.
