クリエーターハブ
ダッシュボード
学ぶ
ストア
人材
フォーラム
ロードマップ
ログイン
作成
概要
バーチャル空間
Avatar
アセット
Open Cloud
Roblox Studio has increased the minimum specification requirements.
Learn More
作成
/
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]