Google uses AI technology to translate content into your preferred language. AI translations can contain errors.
I18nLanguages
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
i18nLanguage 资源用于标识 YouTube 网站支持的应用语言。应用语言也称为界面语言。对于 YouTube 网站,系统会根据 Google 账号设置、浏览器语言或 IP 位置自动选择应用语言。用户还可以从 YouTube 网站页脚手动选择所需的界面语言。
每个 i18nLanguage 资源都标识了语言代码和名称。在调用 videoCategories.list 和 guideCategories.list 等 API 方法时,语言代码可用作 hl 参数的值。
方法
对于 i18nLanguages 资源,该 API 支持以下方法:
- 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):2025-08-21。
[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["没有我需要的信息","missingTheInformationINeed","thumb-down"],["太复杂/步骤太多","tooComplicatedTooManySteps","thumb-down"],["内容需要更新","outOfDate","thumb-down"],["翻译问题","translationIssue","thumb-down"],["示例/代码问题","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2025-08-21。"],[],["The `i18nLanguage` resource details supported application languages for YouTube, also known as UI languages. Each resource includes a language code (`hl`) and a name. The language can be automatically selected based on Google Account settings, browser language, or IP location, or manually chosen. The language code can be used in API methods. The `i18nLanguages.list` method returns a list of these languages, defined by their ID, and snippet data, which includes the `hl` code and name.\n"]]