internationalization(i18n)
Can we have i18n in the conf folder in the cloud? If not how to have i18n in the cloud . because there is a concept of mutable and immutable objects.
Can we have i18n in the conf folder in the cloud? If not how to have i18n in the cloud . because there is a concept of mutable and immutable objects.
Hi @yashu99,
We can't have i18n in /conf. We need to keep it under apps.
its a constraint of AEM as cloud that i18n dictionary translation - Does not work at runtime.
Please check for more features and constraints
https://www.linkedin.com/pulse/aem-cloud-service-glance-vivekanand-mishra/
Mutable vs. Immutable Areas of the Repository
/apps and /libs are considered immutable areas of AEM as they cannot be changed (create, update, delete) after AEM starts (i.e. at runtime). Any attempt to change an immutable area at runtime will fail.
Everything else in the repository, /content, /conf, /var, /etc, /oak:index, /system, /tmp, etc. are all mutable areas, meaning they can be changed at runtime.
Hope this helps
Thanks
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.