크리에이터 허브
대시보드
배우기
상점
인재
포럼
로드맵
로그인
생성
개요
체험
아바타
애셋
Open Cloud
Roblox Studio의 최소 요구 사항이 상향되었습니다.
자세히 알아보기
생성
/
Open Cloud
/
All legacy APIs
한국어
피드백
Locale v1
기본 URL
https://locale.roblox.com
JSON
다운로드
CountryRegions
GET
/v1
/country-regions
Get list of country regions sorted by localized name
Locale
GET
/v1
/locales
Get list of Supported locales with user locus information.
GET
/v1
/locales
/supported-locales
Get list of supported locales sorted by the Native Name property.
GET
/v1
/locales
/supported-locales-for-creators
GET
/v1
/locales
/user-locale
Gets user locale. If user is absent returns, locale from http request object.
GET
/v1
/locales
/user-localization-locus-supported-locales
Gets each of a user's localization locus supported locales. A localization locus supported locale is a page (or group of pages) that have been defined by the International team which need independent locale support. If the user is null we will attempt to return the locales appropriate for the user's device language.
POST
/v1
/locales
/set-user-supported-locale
Sets user's supported locale. Null supported locale will clear out user's supported locale (set users' supported locale to null)
모델
Models
Roblox.Locale.Api.CountryRegion
Roblox.Locale.Api.CountryRegionListResponse
Roblox.Locale.Api.Language
Roblox.Locale.Api.SetSupportedLocaleForUserRequest
Roblox.Locale.Api.SuccessResponse
Roblox.Locale.Api.SupportedLocale
Roblox.Locale.Api.SupportedLocaleLocus
Roblox.Locale.Api.SupportedLocalesResponse
Roblox.Locale.Api.UserLocaleResponse
Roblox.Locale.Api.UserLocalizationLocusLocalesResponse
Roblox.Web.WebAPI.Models.ApiArrayResponse[Roblox.Locale.Api.SupportedLocaleLocus]