Im trying to enable translations for a form but I cant seem to "activate it".
I have been following this guide:
https://medium.com/@45pallavi.singh/aem-support-multilingual-adaptive-form-755f07be2889
With the difference of:
Then i have tried to implement i18n to get custom translations.
So I have:
Added the files
{ "firstName.label": "Förnamn", "firstName.help": "Fyll i ditt förnamn", "firstName.error": "Förnamn krävs" }
Changed the value of the field of Title to ${i18n.firstName.label}
But when i go to the form in preview using the parameter "?afAcceptLang=sv" i just see the plain text "${i18n.firstName.label}"
(Url https://Address/editor.html/content/forms/af/Folder-name/forms/Form-name.preview.html?afAcceptLang=sv)
Additional stuff i have tried that gave no change.
TL:DR
My label on a AEM Form is not getting the value of i18n when i use, ${i18n.key}. What do i do?
Any help appreciated
Views
Replies
Total Likes
@fprogrammer , Which forms are you using Foundation Components based forms or Core Components based forms?
Views
Replies
Total Likes
@Khushwant_Singh I am using Adaptive Forms, which are not based on Foundation Components or Core Components.
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Likes
Replies