---
title: Create an app store version localization
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/post-v1-appstoreversionlocalizations
---

# Create an app store version localization

Add localized version-level information for a new locale.

## URL

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

## 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 :

## Discussion

Discussion Use this endpoint to add localized version information for a new locale. Be sure to use Create an app info 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 Store Version Information in US English

## See Also

### Creating, Modifying, and Deleting Version Localizations

- [Modify an app store version localization](appstoreconnectapi/patch-v1-appstoreversionlocalizations-_id_.md)
- [Delete an app store version localization](appstoreconnectapi/delete-v1-appstoreversionlocalizations-_id_.md)
