Issue while configuring new locales for adaptive forms localization in 6.5 | Community
Skip to main content
Level 2
May 8, 2020
Solved

Issue while configuring new locales for adaptive forms localization in 6.5

  • May 8, 2020
  • 1 reply
  • 1835 views

Hi 

As per project requirement we require our forms in AEM 6.5 to support Hindi Language .

So after configuring all steps n using machine micro-soft translation for hi language, On my form normal text, title, header, footer is getting converted to Hindi language text but my adaptive form labels are not getting converted to hindi language.

And also observed that in crxde under node structure /content/forms/af/fetch-details/jcr:content/guideContainer/assets/dictionary/hi the form fields are showing properties sling:key 

and their respect sling:message in Hindi language , but form field labels are not getting displayed in Hindi .

Anyone having solution for dis how can i support Hindi language in my form?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by BrianKasingli

@shafali, how are you surfacing adaptive forms to users? Translations for i18n is sensitive to the structure, for instance, if you are embedding an adaptive form to the AEM page in Hindi, then the AEM path should be /content/my-site/hi_IN/embedadaptiveform.html. If you are accessing an adaptive form directly, you should be able to see i18n translations to labels from http://[server]:[port]/<contextPath>/<formFolder>/<formName>.html?wcmmode=disabled&afAcceptLang=hi_IN

Documentation:

Preparing Content for Translation
Supporting new locales for adaptive forms localization

I hope this helps,

Brian

1 reply

BrianKasingli
Community Advisor and Adobe Champion
BrianKasingliCommunity Advisor and Adobe ChampionAccepted solution
Community Advisor and Adobe Champion
August 10, 2020

@shafali, how are you surfacing adaptive forms to users? Translations for i18n is sensitive to the structure, for instance, if you are embedding an adaptive form to the AEM page in Hindi, then the AEM path should be /content/my-site/hi_IN/embedadaptiveform.html. If you are accessing an adaptive form directly, you should be able to see i18n translations to labels from http://[server]:[port]/<contextPath>/<formFolder>/<formName>.html?wcmmode=disabled&afAcceptLang=hi_IN

Documentation:

Preparing Content for Translation
Supporting new locales for adaptive forms localization

I hope this helps,

Brian