---
title: "Gets the source language of a game"
method: GET
path: "/v1/source-language/games/{gameId}/language-with-locales"
tags: ["Localization"]
---

# Gets the source language of a game

`GET /v1/source-language/games/{gameId}/language-with-locales`

## Path parameters

- `gameId` integer, required

## Response `200`

OK

- RobloxGameInternationalizationApiSourceLanguageWithLocales
  - `languageFamily` RobloxGameInternationalizationApiLanguage
    - `name` string
    - `nativeName` string
    - `languageCode` string
  - `defaultLocale` RobloxLocalizationClientSupportedLocale
    - `id` integer
    - `locale` 'en_us' | 'es_es' | 'fr_fr' | 'id_id' | 'it_it' | 'ja_jp' | 'ko_kr' | 'ru_ru' | 'th_th' | 'tr_tr' | 'vi_vn' | 'pt_br' | 'de_de' | 'zh_cn' | 'zh_tw' | 'bg_bg' | 'bn_bd' | 'cs_cz' | 'da_dk' | 'el_gr' | 'et_ee' | 'fi_fi' | 'hi_in' | 'hr_hr' | 'hu_hu' | 'ka_ge' | 'kk_kz' | 'km_kh' | 'lt_lt' | 'lv_lv' | 'ms_my' | 'my_mm' | 'nb_no' | 'nl_nl' | 'fil_ph' | 'pl_pl' | 'ro_ro' | 'uk_ua' | 'si_lk' | 'sk_sk' | 'sl_sl' | 'sq_al' | 'bs_ba' | 'sr_rs' | 'sv_se' | 'zh_cjv' | 'ar_001' | 'en_gb' | 'pt_pt' | 'es_mx' | 'fr_ca'
    - `localeCode` string
    - `name` string
    - `nativeName` string
    - `language` RobloxLocalizationClientLanguageFamily
      - `id` integer
      - `name` string
      - `nativeName` string
      - `languageCode` string
      - `isRightToLeft` boolean
  - `childLocales` RobloxLocalizationClientSupportedLocale[]
    - `id` integer
    - `locale` 'en_us' | 'es_es' | 'fr_fr' | 'id_id' | 'it_it' | 'ja_jp' | 'ko_kr' | 'ru_ru' | 'th_th' | 'tr_tr' | 'vi_vn' | 'pt_br' | 'de_de' | 'zh_cn' | 'zh_tw' | 'bg_bg' | 'bn_bd' | 'cs_cz' | 'da_dk' | 'el_gr' | 'et_ee' | 'fi_fi' | 'hi_in' | 'hr_hr' | 'hu_hu' | 'ka_ge' | 'kk_kz' | 'km_kh' | 'lt_lt' | 'lv_lv' | 'ms_my' | 'my_mm' | 'nb_no' | 'nl_nl' | 'fil_ph' | 'pl_pl' | 'ro_ro' | 'uk_ua' | 'si_lk' | 'sk_sk' | 'sl_sl' | 'sq_al' | 'bs_ba' | 'sr_rs' | 'sv_se' | 'zh_cjv' | 'ar_001' | 'en_gb' | 'pt_pt' | 'es_mx' | 'fr_ca'
    - `localeCode` string
    - `name` string
    - `nativeName` string
    - `language` RobloxLocalizationClientLanguageFamily
      - `id` integer
      - `name` string
      - `nativeName` string
      - `languageCode` string
      - `isRightToLeft` boolean

## Other responses

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