Expand my Community achievements bar.

SOLVED

Set default langage to CQ5

Avatar

Level 2

Is is possible to set the default langage of CQ5 (i.e. French) so it applies to all my groups. I don't want to set the langage individually to each group because i have hundreds of groups.

1 Accepted Solution

Avatar

Correct answer by
Level 10

Option1:-  Write a small script to update all the existing group

Option2:-   Create a parent group & set language to french & then make all other group member of it.

Option3:-   In 5.4 configure preference locale for property security.preferences.defaultlanguage to fr.  From 5.5 it should have been moved under granite find the respective configuration in felix console.

[1]    http://<host>:<port>/system/console/configMgr/com.day.cq.preferences.impl.PreferencesLocaleResolver

View solution in original post

1 Reply

Avatar

Correct answer by
Level 10

Option1:-  Write a small script to update all the existing group

Option2:-   Create a parent group & set language to french & then make all other group member of it.

Option3:-   In 5.4 configure preference locale for property security.preferences.defaultlanguage to fr.  From 5.5 it should have been moved under granite find the respective configuration in felix console.

[1]    http://<host>:<port>/system/console/configMgr/com.day.cq.preferences.impl.PreferencesLocaleResolver