Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
SOLVED

Xliff Connector Package for AEM 6.5

Avatar

Level 1

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.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

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/co...

 

View solution in original post

4 Replies

Avatar

Community Advisor

Hi @Priyadarshini,

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-enhan...

 

Vijayalakshmi_S_0-1613063172630.png

 

Avatar

Level 3

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

I have attached the screenshot for reference

 

priya3_1-1613110689885.png

 

Avatar

Correct answer by
Community Advisor

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/co...