---
title: "Enable or disable automatic translation for a game and language."
method: PATCH
path: "/v1/supported-languages/games/{gameId}/languages/{languageCode}/automatic-translation-status"
tags: ["Localization", "Universes"]
---

# Enable or disable automatic translation for a game and language.

`PATCH /v1/supported-languages/games/{gameId}/languages/{languageCode}/automatic-translation-status`

## Path parameters

- `gameId` integer, required
- `languageCode` string, required

## Request body

- boolean

## Response `200`

OK

- RobloxGameInternationalizationApiEditAutomaticTranslationStatusForGameAndLanguageResponse
  - `gameId` integer — The game id.
  - `languageCode` string — The language code.
  - `isAutomaticTranslationEnabled` boolean — Indicates whether or not automatic translation is currently enabled for the game and language.

## Other responses

- `400` — 14: Invalid game id 22: Invalid language code 53: Language is not supported for the game. 72: Automatic translation cannot be enabled for game. 75: Automatic translation cannot be enabled for language.
- `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.dev/roblox/apis/roblox-api.md) · [All operations](https://skmtc.dev/roblox/apis/roblox-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/roblox/roblox-api/revisions/997412c1cdd2/schema)
