Nếu thành công, đối tượng trả về sẽ chứa displayLanguage đã được lưu cho người dùng. Giá trị này có thể khác với giá trị được truyền vào yêu cầu. Điều này là do displayLanguage được yêu cầu có thể không được Gmail trực tiếp hỗ trợ nhưng có một biến thể gần giống, và do đó, biến thể có thể được chọn và lưu.
Yêu cầu HTTP
PUT https://gmail.googleapis.com/gmail/v1/users/{userId}/settings/language
[[["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: 2024-09-05 UTC."],[[["Updates the language settings for a Gmail user, potentially using a close variant if the requested language isn't directly supported."],["Requires a PUT request to a specific endpoint with the user's email address as a path parameter."],["The request body and successful response body both utilize the LanguageSettings object."],["Needs authorization with the `https://www.googleapis.com/auth/gmail.settings.basic` scope."]]],[]]