As of now when we edit tag it gives us few option of languages in Localization while editing I want to add Few languages in it How can I achieve that?.
Solved! Go to Solution.
Views
Replies
Total Likes
Add languages in crx option tags languages if the languages is not present in libs/wcm/core/resources/languages then you can add the ootb languages for tagging and additional languages in at apps/wcm/resources/languages
Hi,
You have to add more languages at /apps/wcm/core/resources/languages.
OOTB languages for tagging populate from the/libs/wcm/core/resources/languages node; you override the /libs/wcm/core/resources/languages node and add only additional languages at /apps/wcm/core/resources/languages similar to the languages in libs.
the logic is at /libs/cq/tagging/gui/components/tagedit/languagepicker/render.jsp
Add languages in crx option tags languages if the languages is not present in libs/wcm/core/resources/languages then you can add the ootb languages for tagging and additional languages in at apps/wcm/resources/languages
Views
Like
Replies