---
title: "Retrieves custom NLS data in the user's preferred language."
method: GET
path: "/dx/api/people/v1/nls"
tags: ["Utils"]
---

# Retrieves custom NLS data in the user's preferred language.

`GET /dx/api/people/v1/nls`

Fetches customized NLS (Natural Language Support) JSON files from the backend. These files are intended to be merged with static translations on the client side, 
   allowing for the customization and overriding of translation strings as needed.
   The service automatically detects the user's preferred language or accepts a language parameter to specify the desired language.

## Response `200`

NLS retrieval successful.

## Other responses

- `500` — Internal server error. The server encountered errors while attempting to retrieve the NLS data.

---

[API](https://skmtc.net/hcl-tech-software/apis/people-api-v1-server.md) · [All operations](https://skmtc.net/hcl-tech-software/apis/people-api-v1-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hcl-tech-software/people-api-v1-server/revisions/2267cfc94cf0/schema)
