In caso di esito positivo, l'oggetto restituito contiene il valore displayLanguage salvato per l'utente, che potrebbe essere diverso dal valore trasmesso nella richiesta. Questo perché il displayLanguage richiesto potrebbe non essere direttamente supportato da Gmail, ma ha una variante simile, pertanto è possibile scegliere e salvare la variante.
Richiesta HTTP
PUT https://gmail.googleapis.com/gmail/v1/users/{userId}/settings/language
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Mancano le informazioni di cui ho bisogno","missingTheInformationINeed","thumb-down"],["Troppo complicato/troppi passaggi","tooComplicatedTooManySteps","thumb-down"],["Obsoleti","outOfDate","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Problema relativo a esempi/codice","samplesCodeIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 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."]]],[]]