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