---
title: "POST /v2/dictionaries/language"
method: POST
path: "/v2/dictionaries/language"
tags: ["Language"]
---

# POST /v2/dictionaries/language

`POST /v2/dictionaries/language`

## Request body

- LanguageDTO — language (ie. Polish)
  - `id` integer — internal identifier
  - `name` string — localised name (formatted in the current user's locale)
  - `active` boolean — should this value be available on the XTRF selection lists
  - `preferred` boolean — should this value be available on the top of XTRF selection lists, in the Preferred section
  - `symbol` string — specific symbol or abbreviation
  - `iso6391` string — <a href="http://en.wikipedia.org/wiki/List_of_ISO_639-1_codes">ISO 639-1 code</a>
  - `iso6392` string — <a href="http://en.wikipedia.org/wiki/List_of_ISO_639-2_codes">ISO 639-2 code</a>
  - `default` boolean — should this value be set by default in XTRF selection lists

## Response `default`

default response

---

[API](https://skmtc.dev/xtrf/apis/xtrf-home-portal-api.md) · [All operations](https://skmtc.dev/xtrf/apis/xtrf-home-portal-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/xtrf/xtrf-home-portal-api/revisions/d08bb98d8164/schema)
