How to change the language of the visitor sharing email content?

Hi community,
I am working on a system that grants non-Google account users access to files on Google Drive using the visitor sharing functionality. The system works; however, the invitation email is in English. Is it possible to change the language of this email?

I can’t see an option for this in the permissions().create() python function, so I assume it must be related to the GCP service account that is being used.

Thank you for your help.
Jeremie

@Jérémie_Tharaud could you please confirm whether you’re using the Drive REST API or the Drive SDK?

@mokit I’m using the Drive SDK.