[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["缺少我需要的資訊","missingTheInformationINeed","thumb-down"],["過於複雜/步驟過多","tooComplicatedTooManySteps","thumb-down"],["過時","outOfDate","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["示例/程式碼問題","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2024-09-05 (世界標準時間)。"],[[["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."]]],["This content details updating language settings for a user via the Gmail API. A `PUT` request is sent to a specific URL (`https://gmail.googleapis.com/gmail/v1/users/{userId}/settings/language`), using the user's email or \"me\" as a `userId` path parameter. The request and response body both use a `LanguageSettings` object. The required authorization scope is `https://www.googleapis.com/auth/gmail.settings.basic`. The server might return a different `displayLanguage` than requested if a closer variant is available.\n"]]