Add survey language
limesurvey_add_languageAdd a language code to a survey in LimeSurvey. Specify the survey ID and the language to enable multilingual support.
Instructions
Add a language to a survey.
Calls LimeSurvey RemoteControl method add_language. Authentication uses the configured service account; do not provide a session key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| language | Yes | Language code to add. | |
| survey_id | Yes | Numeric LimeSurvey survey ID. | |
| response_format | No | Output format. JSON preserves the complete structured result; Markdown is optimized for reading. | json |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| method | Yes | ||
| result | Yes | ||
| truncated | No | ||
| truncation_message | No |