LanguageSettings
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
アカウントの言語設定。これらの設定は、ウェブ インターフェースの [言語設定] 機能に対応しています。
JSON 表現 |
{
"displayLanguage": string
} |
フィールド |
displayLanguage |
string
Gmail を表示する言語。RFC 3066 言語タグの形式で指定します(例: 英国英語の場合は en-GB 、フランス語の場合は fr 、日本語の場合は ja )。 Gmail でサポートされている言語は随時更新されます。利用可能なすべてのオプションについては、言語設定に関するヘルプ記事で説明されているように、Gmail の設定 の [言語] プルダウンをご覧ください。値の例については、言語設定を管理するをご覧ください。 すべての Gmail クライアントで同じ言語セットを表示できるわけではありません。ユーザーの表示言語が特定のクライアントで使用できない場合、そのクライアントは、サポートされている最も近いバリエーション(または妥当なデフォルト)で表示するように自動的に選択します。
|
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-25 UTC。
[null,null,["最終更新日 2025-07-25 UTC。"],[],[],null,["# LanguageSettings\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nLanguage settings for an account. These settings correspond to the [\"Language settings\"](https://support.google.com/mail/answer/17091) feature in the web interface.\n\n| JSON representation |\n|---------------------------------------|\n| ``` { \"displayLanguage\": string } ``` |\n\n| Fields ||\n|-------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `displayLanguage` | `string` The language to display Gmail in, formatted as an [RFC 3066 Language Tag](https://www.w3.org/International/articles/language-tags/) (for example `en-GB`, `fr` or `ja` for British English, French, or Japanese respectively). The set of languages supported by Gmail evolves over time, so please refer to the \"Language\" dropdown in the [Gmail settings](https://mail.google.com/mail/u/0/#settings/general) for all available options, as described in the [language settings help article](https://support.google.com/mail/answer/17091). For a table of sample values, see [Manage language settings](https://developers.google.com/workspace/gmail/api/guides/language-settings). Not all Gmail clients can display the same set of languages. In the case that a user's display language is not available for use on a particular client, said client automatically chooses to display in the closest supported variant (or a reasonable default). |"]]