---
title: "Get localized strings"
method: GET
path: "/lang"
tags: ["Localization"]
---

# Get localized strings

`GET /lang`

Gets a set of localized strings in context of the logged in user's language.  If a localized string is not defined, then it will be filtered out.

## Query parameters

- `string` string[], required

## Response `200`

Success

- LangGetResponse
  - `language` string
  - `strings` LocalizedString[]
    - `name` string
    - `localized` string

## Other responses

- `403` — Access denied
- `503` — Mantis Offline

---

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