---
title: "GET /api/services/app/Language/GetLanguageForEdit"
method: GET
path: "/api/services/app/Language/GetLanguageForEdit"
tags: ["Language"]
---

# GET /api/services/app/Language/GetLanguageForEdit

`GET /api/services/app/Language/GetLanguageForEdit`

## Query parameters

- `Id` integer

## Response `200`

Success

- GetLanguageForEditOutput
  - `language` ApplicationLanguageEditDto
    - `id` integer, nullable
    - `name` string, required — Required; Length 0–128
    - `icon` string, nullable — Length 0–128
    - `isEnabled` boolean
  - `languageNames` ComboboxItemDto[], nullable
    - `value` string, nullable
    - `displayText` string, nullable
    - `isSelected` boolean
  - `flags` ComboboxItemDto[], nullable
    - `value` string, nullable
    - `displayText` string, nullable
    - `isSelected` boolean

---

[API](https://skmtc.dev/dalieu/apis/portaldalieu-api.md) · [All operations](https://skmtc.dev/dalieu/apis/portaldalieu-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dalieu/portaldalieu-api/revisions/78dcf1621c0e/schema)
