We were facing the issue with displaying the i18 labels in AEM pages, the key is getting displayed instead of the message.
<fmt:message key="login"/>
The key "login" is displayed as a label instead of the message "Login".
The root cause of the issue is, the bundle "Apache Sling Internationalization Support (org.apache.sling.i18n)" is in the resolved state.
The issue got resolved after restarting the "Apache Sling Internationalization Support (org.apache.sling.i18n)" bundle.
<fmt:message key="login"/>
The key "login" is displayed as a label instead of the message "Login".
The root cause of the issue is, the bundle "Apache Sling Internationalization Support (org.apache.sling.i18n)" is in the resolved state.
The issue got resolved after restarting the "Apache Sling Internationalization Support (org.apache.sling.i18n)" bundle.
No comments:
Post a Comment
If you have any doubts or questions, please let us know.