SOLVED

guest invitation language

Brass Contributor

Hello

 

what determines (and how can it be changed) the language used in the invitation mail of a guest user?

2019-01-18_10-06-42.jpg

thanks for your help

3 Replies
best response confirmed by Charles-André Bélanger (Brass Contributor)
Solution

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-api

 

And language is mentioned here

 

https://blogs.msdn.microsoft.com/premier_developer/2017/09/29/getting-started-with-the-azure-ad-b2b-...

 

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

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
1 best response

Accepted Solutions
best response confirmed by Charles-André Bélanger (Brass Contributor)
Solution

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-api

 

And language is mentioned here

 

https://blogs.msdn.microsoft.com/premier_developer/2017/09/29/getting-started-with-the-azure-ad-b2b-...

 

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

View solution in original post