Hi Luca,
Typically, MX Translate exports all languages together in a single XLSX file. However, the default export functionality doesn’t directly allow you to export only one specific language at a time.
To export just one language, you might need to customize the translation export logic. You can achieve this by creating a custom export action using microflows, where you filter the translations by language before exporting.
Thank you for your response. Let me clarify my use case: I want to integrate the language export into our CI/CD pipeline. So, how can I trigger a microflow in this scenario?