Chế độ cài đặt ngôn ngữ cho một tài khoản. Các chế độ cài đặt này tương ứng với tính năng "Cài đặt ngôn ngữ" trong giao diện web.
Biểu diễn dưới dạng JSON
{"displayLanguage": string}
Trường
displayLanguage
string
Ngôn ngữ hiển thị Gmail, được định dạng dưới dạng Thẻ ngôn ngữ RFC 3066 (ví dụ: en-GB, fr hoặc ja tương ứng với tiếng Anh (Anh), tiếng Pháp hoặc tiếng Nhật).
Không phải ứng dụng Gmail nào cũng có thể hiển thị cùng một bộ ngôn ngữ. Trong trường hợp không thể sử dụng ngôn ngữ hiển thị của người dùng trên một ứng dụng cụ thể, ứng dụng đó sẽ tự động chọn hiển thị bằng biến thể được hỗ trợ gần nhất (hoặc ngôn ngữ mặc định hợp lý).
[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 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). |"]]