Expand my Community achievements bar.

Learn about Edge Delivery Services in upcoming GEM session
SOLVED

Design architecture for page translation

Avatar

Former Community Member

I want to design an architecure illustration below:

[img]architecture.png[/img]

As a result there are some questions waiting for me:

a)How to collect these pages message to generate XML file(Because i find the page of part block reference to other template);

b)How to merge multi-page to one XML file

c)If parse XML okey, how to store target translated file message for target page (In other word, maybe some translated message need to store special somewhere, right?)

 

Above of all, i am new to AEM and ensure the architecture correctly, so that each process walk on a right way.

Anyone expert could help gvie constructive suggestion? Thanks a lot in advance.

1 Accepted Solution

Avatar

Correct answer by
Level 10

Hi bbboy2014,

  Watch the presentation at [1] and implement using [2].  That is right way.

[1]   http://dev.day.com/content/ddc/en/gems/go-global-with-aem-and-microsoft-translator.html

[2]
http://docs.adobe.com/docs/en/aem/6-0/develop/extending/mt-dev.html

Thanks,
Sham
Twitter: @adobe_sham

View solution in original post

2 Replies

Avatar

Correct answer by
Level 10

Hi bbboy2014,

  Watch the presentation at [1] and implement using [2].  That is right way.

[1]   http://dev.day.com/content/ddc/en/gems/go-global-with-aem-and-microsoft-translator.html

[2]
http://docs.adobe.com/docs/en/aem/6-0/develop/extending/mt-dev.html

Thanks,
Sham
Twitter: @adobe_sham

Avatar

Former Community Member

hi Sham,

Thank you for reply. I learn most from these article.