lokalise_add_project_languages
Add new languages to a Lokalise project to start translation for market expansion or regional variants. Specify project ID and language ISO codes with optional customizations.
Instructions
Starts translating into new languages by adding them to the project. Required: projectId, languages array with {lang_iso}. Optional per language: custom_iso, custom_name, custom_plural_forms. Use when expanding to new markets or adding regional variants. Returns: Added languages with IDs. Tip: Check system languages first for valid ISO codes.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | Project ID to add languages to | |
| languages | Yes | Array of language objects to add (1-100 languages) |