<!--
{
  "documentType" : "article",
  "framework" : "AppStoreConnectAPI",
  "identifier" : "/documentation/AppStoreConnectAPI/app-info-localizations",
  "metadataVersion" : "0.1.0",
  "role" : "collectionGroup",
  "title" : "App Info Localizations"
}
-->

# App Info Localizations

Manage the app metadata that is localized and appears on the App Store.

## Discussion

`appInfoLocalizations` represent your app’s localized metadata that is displayed in the App Store. You can create, read, update, and remove the localized metadata. It includes the following attributes for each localization:

- Locale
- Name
- Subtitle
- Privacy policy URL
- Privacy policy text (for tvOS apps)

You can update localized metadata when your app is in an editable state. For more information about the metadata, see [Localize App Store information](https://developer.apple.com/help/app-store-connect/manage-app-information/localize-app-store-information). For a list of supported languages, see [App Store localizations](https://developer.apple.com/help/app-store-connect/reference/app-store-localizations).

> Note:
> The languages you add to an `appInfoLocalizations` resource only affect your app’s metadata. To add languages to your app’s binary, see [What is localization](https://help.apple.com/xcode/mac/current/#/deve2bc11fab).

## Topics

### Essentials

[Managing metadata in your app by using locale shortcodes](/documentation/AppStoreConnectAPI/managing-metadata-in-your-app-by-using-locale-shortcodes)

Optimize your app’s user experience by adding localized metadata with App Store Connect API.

### Reading App Localization Information

[`List all app info localizations for an app info`](/documentation/AppStoreConnectAPI/GET-v1-appInfos-_id_-appInfoLocalizations)

Get a list of localized, app-level information for an app.

[`Read app info localization information`](/documentation/AppStoreConnectAPI/GET-v1-appInfoLocalizations-_id_)

Read localized app-level information.

### Creating, Modifying, and Deleting Localized App Information

[`Create an app info localization`](/documentation/AppStoreConnectAPI/POST-v1-appInfoLocalizations)

Add app-level localized information for a new locale.

[`Modify an app info localization`](/documentation/AppStoreConnectAPI/PATCH-v1-appInfoLocalizations-_id_)

Modify localized app-level information for a particular language.

[`Delete an app info localization`](/documentation/AppStoreConnectAPI/DELETE-v1-appInfoLocalizations-_id_)

Delete an app information localization that is associated with an app.

### Objects

[`AppInfoLocalization`](/documentation/AppStoreConnectAPI/AppInfoLocalization)

The data structure that represent an App Info Localizations resource.

[`AppInfoLocalizationCreateRequest`](/documentation/AppStoreConnectAPI/AppInfoLocalizationCreateRequest)

The request body you use to create an App Info Localization.

[`AppInfoLocalizationResponse`](/documentation/AppStoreConnectAPI/AppInfoLocalizationResponse)

The response body for endpoints that create, read, or modify a localized app info entry.

[`AppInfoLocalizationUpdateRequest`](/documentation/AppStoreConnectAPI/AppInfoLocalizationUpdateRequest)

The request body you use to update an App Info Localization.

[`AppInfoLocalizationsResponse`](/documentation/AppStoreConnectAPI/AppInfoLocalizationsResponse)

The response body for endpoints that list localized app info entries for an app.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)