LanguageSettings
Stay organized with collections
Save and categorize content based on your preferences.
Language settings for an account. These settings correspond to the "Language settings" feature in the web interface.
JSON representation |
{
"displayLanguage": string
} |
Fields |
displayLanguage |
string
The language to display Gmail in, formatted as an RFC 3066 Language Tag (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 for all available options, as described in the language settings help article. For a table of sample values, see Manage 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).
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-03-25 UTC.
[null,null,["Last updated 2025-03-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). |"]]