LanguageSettings
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. A table of sample values is also provided in the Managing Language Settings guide 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 2024-09-04 UTC.
[null,null,["Last updated 2024-09-04 UTC."],[[["Account language settings can be managed through the provided JSON structure, mirroring the \"Language settings\" feature in Gmail's web interface."],["Language preferences are specified using the `displayLanguage` field, adhering to the RFC 3066 Language Tag format (e.g., `en-GB` for British English)."],["While Gmail supports a wide range of languages, the available options might vary depending on the client, with fallback mechanisms ensuring a suitable display language is chosen."],["For a comprehensive list of supported languages, users should consult the \"Language\" dropdown within Gmail settings or refer to the provided resources like the language settings help article or the Managing Language Settings guide."]]],[]]