---
title: language
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/termofaddress/language
---

# language

The specific language associated with a term of address.

## Declaration

```swift
var language: Locale.Language? { get }
```

## Discussion

Discussion This property is only set for terms of address created through the localized(language:pronouns:) function. This property is nil otherwise.

## See Also

### Defining your own terms of address

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