/etc/languages restructuring in AEM | Adobe Higher Education
Skip to main content
Level 3
May 17, 2021
해결됨

/etc/languages restructuring in AEM

  • May 17, 2021
  • 1 답변
  • 1663 조회

From AEM 6.4 all folders under /etc are being resturctured. I do see Adobe has provided instructions on moving to appropriate folders but I don't see anything related to /etc/languages. Is this going to remain in /etc or should it be moved to some other folder? If so what are the instructions on restructuring.

이 주제는 답변이 닫혔습니다.
최고의 답변: Ravi_Pampana

Hi,

 

As per the 6.5 documentation it seems the languages are going to remain under /etc/languages

 

https://experienceleague.adobe.com/docs/experience-manager-65/forms/manage-administer-aem-forms/supporting-new-language-localization.html?lang=en#add-locale-support-for-the-dictionary-br

 

Also, adobe did not update the i18n translator to touch UI and that code is still referring to /etc/languages node and it is hardcoded. /libs/cq/i18n/translator/html.jsp and also in jsp not yet upgraded to sightly.

 

Hope this helps!

1 답변

Ravi_Pampana
Community Advisor
Community Advisor
May 17, 2021

Hi,

 

As per the 6.5 documentation it seems the languages are going to remain under /etc/languages

 

https://experienceleague.adobe.com/docs/experience-manager-65/forms/manage-administer-aem-forms/supporting-new-language-localization.html?lang=en#add-locale-support-for-the-dictionary-br

 

Also, adobe did not update the i18n translator to touch UI and that code is still referring to /etc/languages node and it is hardcoded. /libs/cq/i18n/translator/html.jsp and also in jsp not yet upgraded to sightly.

 

Hope this helps!