---
title: language
framework: backgroundassets
role: symbol
role_heading: Instance Property
path: backgroundassets/baassetpack/language
---

# language

The language, represented as a BCP-47 identifier, for which this asset pack is localized.

## Declaration

```occ
@property (copy, readonly, nullable) NSString * language;
```

## Discussion

Discussion This property is nil if the asset pack isn’t localized and therefore isn’t language-specific.
