How to auto-translate content in AEM Cloud (EDS) without manual clicks using Microsoft Translator | Community
Skip to main content
Level 1
April 14, 2026
Question

How to auto-translate content in AEM Cloud (EDS) without manual clicks using Microsoft Translator

  • April 14, 2026
  • 2 replies
  • 78 views

Environment:

  • AEM as a Cloud Service using Edge Delivery Services (EDS).
  • Authoring through the Universal Editor (UE) and standard AEM Sites console.
  • Translation Provider: Out-of-the-box (OOTB) Microsoft Translator.

Requirement: We need an automated "zero-click" translation process.

  • Source Language: English (/content/gmr/en)
  • Target Languages: Multiple (tr, fr, es, ja, etc.)

When an author modifies English content, it should automatically trigger a translation to all target languages and update the language copies for EDS delivery.

Current Issues:

  • Missing Rollout Option: The standard "Push to Translation" rollout configuration is not available in our AEM Cloud instance.
  • Launcher Failures: We have configured a Workflow Launcher on Node Modified to trigger the WCM: Translate Language Copy workflow.
    • The workflow instance starts but remains in the "RUNNING" state indefinitely.
    • The setup works perfectly when triggered manually via the "References" panel, but the automated version hangs.
  • MSM Integration: Live Copies are syncing correctly, but the translation step is the bottleneck.

Specific Question: How can we reliably automate the OOTB Microsoft Translator for multiple languages in an EDS project? Is there a recommended "Continuous Translation" pattern for AEM Cloud that avoids the use of custom launchers?

2 replies

Level 2
April 16, 2026

Maybe your workflow status remains running Indefinitely because your translation job is pending approval.

You can set to approve translations automatically when configuring translation projects: 


I don’t think that if a project relies on EDS or not would make any difference here.

You can also check the logs for specific errors that puts your workflows in a running state forever.

1 → Log into Cloud Manager at my.cloudmanager.adobe.com

2→ On the My Programs console, select the program.

3 → Navigate to the Environments card from the Overview page.

4 → Select Download Logs from the ellipsis menu.

 

Shashi_Mulugu
Community Advisor
Community Advisor
April 24, 2026

Hi ​@Parveen_Kumar 

 

Does the below solution helped? Are you still looking for help?