---
title: "Add or remove supported languages for a game."
method: PATCH
path: "/legacy-game-internationalization/v1/supported-languages/games/{gameId}"
tags: ["Localization", "Universes"]
---

# Add or remove supported languages for a game.

`PATCH /legacy-game-internationalization/v1/supported-languages/games/{gameId}`

## Path parameters

- `gameId` integer, required

## Request body

- RobloxGameInternationalizationApiPatchLanguage[]
  - `languageCodeType` 'Language' | 'Locale' — The language code type. ['Language' = 0, 'Locale' = 1]
  - `languageCode` string — The language code for the language to edit.
  - `delete` boolean — An optional field used to indicate whether a language should be deleted from this game's list of supported languages.

## Response `200`

OK

- RobloxWebWebAPIApiEmptyResponseModel

## Other responses

- `400` — 14: Invalid game id 22: Invalid language code 49: Duplicate language codes are not allowed.
- `401` — 0: Authorization has been denied for this request.
- `403` — 0: Token Validation Failed 18: You do not have permission to manage this game
- `503` — 17: Feature is disabled

---

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