0

I use email settings API to change user language setting. But this API should be migrated to Gmail API. I check new one but no capability to change user language setting.

I really need this function because we have a lot of over sea users.

Does everyone have same opinion ?

Thanks.

3 Answers3

1

If you check the Migration guide. Migrating from the Email Settings API

Managing language settings
Languages settings are no longer available via the API.

This is not something that is supported any longer.

Linda Lawton - DaImTo
  • 106,405
  • 32
  • 180
  • 449
0

If you change the GSuite domain's language setting then all users created after that will have that set as their Gmail language. See the Admin SDK API here: https://developers.google.com/admin-sdk/directory/v1/reference/customers#language or in the Admin Console UI > Company Profile > Language.

Peter
  • 5,501
  • 2
  • 26
  • 42
0

Disclaimer: I work on Gmail and the Gmail API platform.

We're happy to announce that we have now released the new Gmail API language settings methods, effectively replacing the long since deprecated Email Settings API language settings feature.

You can now use the standard libraries and tools found at https://developers.google.com/gmail/api to interact with the new Gmail API feature.

We will be publishing a blog post at https://gsuite-developers.googleblog.com raising the visibility of the new language settings methods in the coming weeks, but I wanted to personally give you a courtesy heads-up.

Documentation