---
title: "Checks if the requested target languages are allowed for automatic translation based on the source language.
If there are no requested target languages, then all allowed target languages for the source language will be returned."
method: GET
path: "/v1/automatic-translation/languages/{languageCode}/target-languages"
tags: ["Localization"]
---

# Checks if the requested target languages are allowed for automatic translation based on the source language.
If there are no requested target languages, then all allowed target languages for the source language will be returned.

`GET /v1/automatic-translation/languages/{languageCode}/target-languages`

## Path parameters

- `languageCode` string, required

## Query parameters

- `targetLanguages` string[]
- `gameId` integer

## Response `200`

OK

- RobloxGameInternationalizationApiGetAllowedAutomaticTranslationStatusForLanguagesResponse — A response model for getting the automatic translation allowed status of target languages.
  - `sourceLanguage` string — The source language.
  - `targetLanguages` RobloxGameInternationalizationApiAutomaticTranslationStatusTargetLanguage[] — The target languages with the automatic translation allowed status. The status basically says if automatic translation can be enabled for the source and target.
    - `languageCode` string — The language code.
    - `isAutomaticTranslationAllowed` boolean — Indicates whether or not automatic translation is allowed for the target language.

## Other responses

- `400` — 73: Maximum languages exceeded. Please keep the number of languages per request below the maximum. 74: A target language cannot be null or whitespace.
- `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)
