Get language properties
limesurvey_get_language_propertiesRetrieve localized survey properties by specifying a survey ID and language code. Get specific property fields or all available attributes.
Instructions
Read localized survey properties.
Calls LimeSurvey RemoteControl method get_language_properties. Authentication uses the configured service account; do not provide a session key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| language | No | LimeSurvey language code; null uses the survey default. | |
| survey_id | Yes | Numeric LimeSurvey survey ID. | |
| properties | No | Properties to return for the survey language; null returns all available properties. | |
| 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 |