---
title: Create an app info localization
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/post-v1-appinfolocalizations
---

# Create an app info localization

Add app-level localized information for a new locale.

## URL

POST https://api.appstoreconnect.apple.com/v1/appInfoLocalizations

## Response Codes

201 Created: 400 Bad Request: An error occurred with your request. 401 Unauthorized: 403 Forbidden: Request not authorized. 409 Conflict: The provided resource data is not valid. 422 : 429 :

## Mentioned in

App Store Connect API 3.7 release notes

## Discussion

Discussion Use this endpoint to add localized app information for a new locale. Be sure to use Create an app store version localization to add the same locale to the version as well. important: If the App Store version and the app info don’t have the same set of localizations, you will receive an erorr when you submit the version to the App Store. Add Localized App Information in US English

## See Also

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

- [Modify an app info localization](appstoreconnectapi/patch-v1-appinfolocalizations-_id_.md)
- [Delete an app info localization](appstoreconnectapi/delete-v1-appinfolocalizations-_id_.md)
