list_languages
Retrieve all available languages for a translation project to manage multilingual content and streamline localization workflows.
Instructions
List languages in the project.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
project_id | No |
Input Schema (JSON Schema)
{
"properties": {
"project_id": {
"exclusiveMinimum": 0,
"type": "integer"
}
},
"type": "object"
}