Change default language

Frenette, Véronique 0 Reputation points
2025-02-10T20:56:36.9966667+00:00

Context : We have set up a workflow in Logic App that sends an email, allowing the user to either approve or reject the request.

Could someone please let me know if it is possible to change the default language of this message (see Capture) or tell me where it can be customized? I need it to be in French.

Many thanks!

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,357 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Loknathsatyasaivarma Mahali 465 Reputation points Microsoft Vendor
    2025-02-11T07:37:31.1766667+00:00

    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.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.