Hello @Frenette, Véronique,
It is possible to change the default language of the email message in Logic App. You can customize the email message by using the "Send an email" action in Logic App.
- In your Logic App workflow, add a "Set variable" action before the "Send an email" action.
- In the "Set variable" action, create a new variable and set its value to an object that includes the language and body of the email message. For example, you can set the language to "fr" for French and the body of the email message to "Votre demande a été approuvée.".
- In the "Send an email" action, reference the variable that you created in the "Set variable" action to send the email message in French.
By following these steps, you can customize the email message and change its default language to French.
If you find the answer helpful, kindly click "Accept Answer" and upvote it. If you have any further questions or concerns, please feel free to reach out to us. We are happy to assist you.