Xliff Connector Package for AEM 6.5 | Community
Skip to main content
February 11, 2021
Solved

Xliff Connector Package for AEM 6.5

  • February 11, 2021
  • 3 replies
  • 2785 views

Hi ,

 

We have a requirement in AEM to generate translation content in xliff format or json format for external human translation.

Could any one help me on where i can download  xliff generator package . I see that we have option to export dictionary strings as xliff file but translation content can be exported only as xml from translation job.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Vijayalakshmi_S

Hi, 

I am able to reproduce the error you are facing and the reason for the same is  - XLIFF service/implementation is not available. 

Implementation for XLIFF service is available in Package Share/Software Distribution in the name - okapi-xliff-service-pkg

Suggest to download the same -> install via package manager -> Export content.

We can write our own implementation as well. Details of the service/interface is in - https://helpx.adobe.com/experience-manager/6-5/sites/developing/using/reference-materials/javadoc/com/adobe/granite/translation/api/xliff/TranslationXLIFFService.html

 

3 replies

Vijayalakshmi_S
Level 10
February 11, 2021

Hi @priyadarshini-1,

There exist an OSGI config to specify the Export format. Below screenshot for reference.

More details about this and other translation enhancements for reference - https://experienceleague.adobe.com/docs/experience-manager-learn/sites/translation/translation-enhancements-feature-video-use.html

 

 

Level 3
February 12, 2021

But when tried to export the content in xliff format it throws error.

I have attached the screenshot for reference

 

 

Vijayalakshmi_S
Vijayalakshmi_SAccepted solution
Level 10
February 12, 2021

Hi, 

I am able to reproduce the error you are facing and the reason for the same is  - XLIFF service/implementation is not available. 

Implementation for XLIFF service is available in Package Share/Software Distribution in the name - okapi-xliff-service-pkg

Suggest to download the same -> install via package manager -> Export content.

We can write our own implementation as well. Details of the service/interface is in - https://helpx.adobe.com/experience-manager/6-5/sites/developing/using/reference-materials/javadoc/com/adobe/granite/translation/api/xliff/TranslationXLIFFService.html

 

Level 3
February 15, 2021
Thanks for that VijayaLakshmi.