---
title: "Update the switch which controls if the UniverseDisplayInformation should be automatically translated."
method: PATCH
path: "/v1/supported-languages/games/{gameId}/languages/{languageCode}/universe-display-info-automatic-translation-settings"
tags: ["Localization", "Universes"]
---

# Update the switch which controls if the UniverseDisplayInformation should be automatically translated.

`PATCH /v1/supported-languages/games/{gameId}/languages/{languageCode}/universe-display-info-automatic-translation-settings`

## Path parameters

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

## Request body

- boolean

## Response `200`

OK

- RobloxGameInternationalizationApiUpdateUniverseDisplayInfoAutomaticTranslationSettingsResponse — A response model for getting the automatic translation allowed status for game information.
  - `gameId` integer — The game id.
  - `languageCode` string — The language code.
  - `isUniverseDisplayInfoAutomaticTranslationEnabled` boolean — Indicates universeDisplayInformation automatic translation is enabled.

## Other responses

- `400` — 14: Invalid game id 72: Automatic translation cannot be enabled for game.
- `401` — 0: Authorization has been denied for this request.
- `403` — 0: Token Validation Failed 18: You do not have permission to manage this game
- `500` — 77: Content localization set settings return error code invalid 79: Invalid content instance settings 80: Invalid quota settings 81: Invalid change agent 82: Failed to update UniverseDisplayInformation content instance auto translation settings

---

[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)
