---
title: "Add an app language."
method: POST
path: "/api/apps/{app}/languages"
tags: ["Apps"]
---

# Add an app language.

`POST /api/apps/{app}/languages`

## Path parameters

- `app` string, required

## Request body

- AddLanguageDto
  - `language` string, required — The language to add.

## Response `201`

Language created.

- AppLanguagesDto
  - `_links` object, required — The links.
  - `items` AppLanguageDto[], required — The languages.
    - `_links` object, required — The links.
    - `iso2Code` string, required — The iso code of the language.
    - `englishName` string, required — The english name of the language.
    - `fallback` string[], required — The fallback languages.
    - `isMaster` boolean, required — Indicates if the language is the master language.
    - `isOptional` boolean, required — Indicates if the language is optional.

## Other responses

- `400` — Language request not valid.
- `404` — App not found.
- `500` — Operation failed.

---

[API](https://skmtc.net/squidex/apis/squidex-api.md) · [All operations](https://skmtc.net/squidex/apis/squidex-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/squidex/squidex-api/versions/b4a9b62f113a/schema)
