I18nLanguages
i18nLanguage
资源用于标识 YouTube 网站支持的应用语言。应用语言也称为界面语言。对于 YouTube 网站,系统可能会根据 Google 账号设置、浏览器语言或 IP 位置自动选择应用语言。用户还可以从 YouTube 网站页脚手动选择所需的界面语言。
每个 i18nLanguage
资源都标识了语言代码和名称。在调用 videoCategories.list
和 guideCategories.list
等 API 方法时,语言代码可用作 hl
参数的值。
方法
该 API 支持对 i18nLanguages
资源使用以下方法:
- list
- 返回 YouTube 网站支持的应用语言列表。立即试用。
资源表示法
以下 JSON 结构显示了 i18nLanguages
资源的格式:
{
"kind": "youtube#i18nLanguage",
"etag": etag,
"id": string,
"snippet": {
"hl": string,
"name": string
}
}
属性
下表定义了此资源中显示的属性:
属性 |
kind |
string
用于标识 API 资源的类型。该值将为 youtube#i18nLanguage 。 |
etag |
etag
此资源的 ETag。 |
id |
string
YouTube 用于唯一标识国际化语言的 ID。 |
snippet |
object
snippet 对象包含有关 i18n 语言的基本详细信息,例如语言代码和名称。 |
snippet.hl |
string
用于唯一标识语言的 BCP-47 代码。 |
snippet.name |
string
语言名称,使用 i18nLanguage.list 方法的 hl 参数指定的语言编写。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-11-29。
[null,null,["最后更新时间 (UTC):2024-11-29。"],[[["The i18nLanguage resource identifies a language supported by the YouTube website, which can be automatically set based on Google Account settings, browser language, or IP location, or manually selected by the user."],["Each i18nLanguage resource includes a language code and a name, with the language code being usable as the value for the `hl` parameter in API calls like `videoCategories.list` and `guideCategories.list`."],["The i18nLanguages resource can be retrieved using the `i18nLanguages.list` method, which provides a list of supported application languages."],["The resource is represented in JSON format, containing properties such as `kind` (identifying the resource type), `etag`, `id`, and a `snippet` object with details like the `hl` code and the language `name`."]]],[]]