Hi,Though we created custom i18n folder under apps folder with all the
strings for different locales, translated strings were not getting
picked up from that dictionary. Rather i18n is first checking in
libs/wcm/core/i18n folder and if it didnt find there then it is checking
in custom one. For eg: "Submit" is the string which we are putting in
new dictionary (i.e: apps//i18n) and we have given some
value for it in german locale(i.e: de). But in page under german locale
the translated string is g...