---
title: "Sets a game's auto-localization related settings"
method: PATCH
path: "/v1/autolocalization/games/{gameId}/settings"
tags: ["Localization"]
deprecated: true
---

# Sets a game's auto-localization related settings

`PATCH /v1/autolocalization/games/{gameId}/settings`

> **Deprecated.**

Use the Autolocalization controller in LocalizationTables API

## Path parameters

- `gameId` integer, required

## Request body

- RobloxGameInternationalizationApiSetAutolocalizationSettingsForGameRequest
  - `isAutolocalizationEnabled` boolean
  - `shouldUseLocalizationTable` boolean

## Response `200`

OK

- RobloxWebWebAPIApiEmptyResponseModel

## Other responses

- `400` — 14: Invalid game id
- `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/756260310407/schema)
