---
title: "Sets a game's auto-localization related settings"
method: PATCH
path: "/v1/autolocalization/games/{gameId}/settings#localizationtables.roblox.com"
tags: ["Localization", "Universes"]
---

# Sets a game's auto-localization related settings

`PATCH /v1/autolocalization/games/{gameId}/settings#localizationtables.roblox.com`

## Path parameters

- `gameId` integer, required

## Request body

- RobloxLocalizationTablesApiSetAutolocalizationSettingsForGameRequest
  - `isAutolocalizationEnabled` boolean
  - `isAutomaticEntriesSettingEnabled` boolean
  - `isAutomaticEntriesDeletionsEnabled` boolean
  - `shouldUseLocalizationTable` boolean
  - `shouldUseImageLocalizationTable` boolean
  - `isAutoLocalizationForImageEnabled` boolean

## Response `200`

OK

- RobloxWebWebAPIApiEmptyResponseModel

## Other responses

- `400` — 14: Invalid game id 61: IsAutomaticEntriesSettingEnabled can only be enabled if IsAutolocalizationEnabled is also enabled.
- `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

## Changes

- **2026-08-27** `d5e6d9e6bee8` — 4 info
  - added the new optional request property `isAutoLocalizationForImageEnabled` (media type: application/json)
  - added the new optional request property `isAutoLocalizationForImageEnabled` (media type: text/json)
  - added the new optional request property `shouldUseImageLocalizationTable` (media type: application/json)
  - added the new optional request property `shouldUseImageLocalizationTable` (media type: text/json)

[Change history](https://skmtc.dev/roblox/apis/roblox-api/changes/v1/autolocalization/games/:gameId/settings#localizationtables.roblox.com/patch.md)

---

[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/ce82f06a4ba6/schema)
