create_version_localization
Add a new App Store version localization to support an additional language. Provide locale and optional metadata like description and keywords.
Instructions
Create a new App Store version localization for a specific locale. Use this to add support for a new language.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| version_id | Yes | The App Store version ID | |
| locale | Yes | Locale code (e.g., en-US, ja, fr-FR, de-DE, zh-Hans) | |
| description | No | App description | |
| keywords | No | Keywords (comma-separated, max 100 chars) | |
| whats_new | No | What's new in this version | |
| promotional_text | No | Promotional text | |
| marketing_url | No | Marketing URL | |
| support_url | No | Support URL |