---
title: "Gets the language."
method: GET
path: "/Litium/api/admin/globalization/languages/{systemId}"
tags: ["Globalization language"]
---

# Gets the language.

`GET /Litium/api/admin/globalization/languages/{systemId}`

## Path parameters

- `systemId` string, uuid, required

## Response `200`

OK

- LitiumGlobalizationLanguage, nullable — Class Language.
  - `fallbackLanguages` LitiumGlobalizationLanguageToFallbackLanguageLink[], nullable — Gets or sets the fallback language links.
    - `fallbackLanguageSystemId` string, uuid — Gets or sets the fallback language system identifier.
  - `id` string, nullable — Gets or sets the identifier, the System.Globalization.CultureInfo.Name property associated with this language.
  - `isDefaultLanguage` boolean — Gets or sets a value indicating whether this instance is default language.
  - `systemId` string, uuid — Gets the system identifier.

---

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