---
title: languages
framework: managedappdistribution
role: symbol
role_heading: Instance Property
path: managedappdistribution/managedapp/languages
---

# languages

The app’s supported languages.

## Declaration

```swift
let languages: [Locale.Language]
```

## Discussion

Discussion tip: Use Locale.localizedString(forLanguageCode:) to obtain a display name for the language, using metadataLanguage  to create the Locale.

## See Also

### Obtaining supported languages

- [metadataLanguage](managedappdistribution/managedapp/metadatalanguage.md)
