Assists the author in their own language preference. Use i18n to specify the internationalization. iso code(fr, de, en, etc) of the langue to be used for each node-specific to each language
Steps to create internationalization for a project in AEM
Follow the below steps to create internationalization.
· Create a language folder using sling:Folder,
· add property jcr:language with ISO specification (jcr:language : en)
· Add mixing
Translator: http://localhost:4505/libs/cq/i18n/translator.html
By the Above tool/URL we can add new language internationalization messages. Click on 'Add' and enter fields and submit them.
Admin/User language settings in AEM
Changing admin-level language can be done through Administrator (right-top) -> preferences->Language
Backups & restore CQ files:
AEM provides online & offline backups.
Online: The online method creates a backup of the entire repository, including CQ5. We can perform this method while the repository is in use.
Offline: Creates a backup of the CRX repository files including all of the information stored in CRX, so you can restore the exact state of the repository during backup.
Also incremental so it updates only next day components to backup.
No comments:
Post a Comment
If you have any doubts or questions, please let us know.