---
title: AppSupportedLanguages
framework: Apple Ads Platform API
role: symbol
role_heading: Object
platforms: [apple ads platform api 1.0+]
path: apple-ads-platform-api/appsupportedlanguages
---

# AppSupportedLanguages

App supported and default languages for an App Store country or region.

## Declaration

```data
object AppSupportedLanguages
```

## Properties

name: Country or region name. Read-only. countryCode: Two-letter country code. Read-only. adsSupportedLanguages: Supported languages for ads in this country. Read-only. adsDefaultLanguages: Default languages for ads in this country. Read-only.

## Discussion

Discussion The AppSupportedLanguages object provides metadata about a supported advertising market, including the country name, its ISO 3166-1 alpha-2 countryCode, and the language settings relevant for ad delivery. The adsSupportedLanguages field lists all languages available for ads in that market. The adsDefaultLanguages field lists the languages the system applies automatically when you don’t set explicit language targeting. The Query Supported App Languages endpoint returns this object, which you use to validate locale choices before setting them on creatives or ad groups. Example {   "name": "United States",   "countryCode": "US",   "adsSupportedLanguages": [     {       "language": "en",       "languageCode": "en-US"     },     {       "language": "es",       "languageCode": "es-US"     }   ],   "adsDefaultLanguages": [     {       "language": "en",       "languageCode": "en-US"     }   ] }

## See Also

- [AppInfo](apple-ads-platform-api/appinfo.md)
- [AppLocaleDetails](apple-ads-platform-api/applocaledetails.md)
- [AppsSearchResponse](apple-ads-platform-api/appssearchresponse.md)
- [AppLocaleDetailsQueryResponse](apple-ads-platform-api/applocaledetailsqueryresponse.md)
- [AppSupportedLanguagesQueryResponse](apple-ads-platform-api/appsupportedlanguagesqueryresponse.md)
