Forum Discussion
guest invitation language
- Jan 18, 2019
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
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
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