Forum Discussion
guest invitation language
Hello
what determines (and how can it be changed) the language used in the invitation mail of a guest user?
thanks for your help
Hi @Charles-Andre Belanger
Here is how is it determined
https://docs.microsoft.com/en-us/azure/active-directory/b2b/invitation-email-elements
And here is how it can be changed via the Azure Active Directory B2B collaboration API
https://docs.microsoft.com/en-us/azure/active-directory/b2b/customize-invitation-apiAnd language is mentioned here
Property
Type
Description
ccRecipients
Array of Recipient
An array of additional recipients the invitation email message should be sent to. Currently only 1 additional recipient is supported.
customizedMessageBody
String
Customized message body you would like to send rather than the default message
messageLanguage
String
ISO 639 language format. Default is en-US. Ignored if the customizedMessageBody property is populated.
Hope it helps and answers your question!
Best, Chris
3 Replies
Hi @Charles-Andre Belanger
Here is how is it determined
https://docs.microsoft.com/en-us/azure/active-directory/b2b/invitation-email-elements
And here is how it can be changed via the Azure Active Directory B2B collaboration API
https://docs.microsoft.com/en-us/azure/active-directory/b2b/customize-invitation-apiAnd language is mentioned here
Property
Type
Description
ccRecipients
Array of Recipient
An array of additional recipients the invitation email message should be sent to. Currently only 1 additional recipient is supported.
customizedMessageBody
String
Customized message body you would like to send rather than the default message
messageLanguage
String
ISO 639 language format. Default is en-US. Ignored if the customizedMessageBody property is populated.
Hope it helps and answers your question!
Best, Chris- Charles-André BélangerBrass Contributor
thanks for the answer
I still don't understand why the language used in the invite email is not the same as the azure interface settings, it would be easier that way
- Thanks! Not a problem. It you could set this as the answer others in the community can direct to the articles if they are searching!
I agree it’s really strange both in language and the fact you need an API to modify it - especially as branding and the like is configurable in the blade. Hopefully, it will be more easily amendable or better integrated in future!
Best, Chris