lokalise_add_project_languages
Add languages to a Lokalise project to begin translating for new markets or regional variants. Supports custom ISO codes, names, and plural forms.
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
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | Project ID to add languages to | |
| languages | Yes | Array of language objects to add (1-100 languages) |