Leiste mit Community-Erfolgen erweitern.

Get ready! An upgraded Experience League Community experience is coming in January.
GELÖST

cannot see more languages when creating language copy

Avatar

Level 1

Hi

I want to create a french language copy of an English page but i am not able to see the more language names apart from "English " or English+" any idea how can i add more languages to the create language copy dialog drop down as shown in attached image

languagecopy.png

1 Akzeptierte Lösung

Avatar

Korrekte Antwort von
Community Advisor and Adobe Champion

It might be because you have a invalid cq:LiveSyncConfig node.
For example

In CRX/DE take a look at the properties on the cq:LiveSyncConfig (/content/we-retail/en_ca/jcr:content/cq:LiveSyncConfig) node. Does this node have the correct configurations?

  • cq:isDeep == {{Boolean} true
  • cq:master == {String} /content/we-retail/language-masters/en
  • cq:rolloutConfigs == {String[]} /libs/msm/wcm/rolloutconfigs/default
  • jcr:primaryType == {String} cq:LiveCopy

if these configurations are there, then you should be able to see the options that you have provided above. For full instructions on how to fix the cq:LiveSyncConfig node, click here https://sourcedcode.com/blog/aem/how-to-re-sync-a-live-copy-language-root-to-a-blueprint-in-aem-msm

 

Lösung in ursprünglichem Beitrag anzeigen

3 Antworten

Avatar

Level 2

.

Avatar

Korrekte Antwort von
Community Advisor and Adobe Champion

It might be because you have a invalid cq:LiveSyncConfig node.
For example

In CRX/DE take a look at the properties on the cq:LiveSyncConfig (/content/we-retail/en_ca/jcr:content/cq:LiveSyncConfig) node. Does this node have the correct configurations?

  • cq:isDeep == {{Boolean} true
  • cq:master == {String} /content/we-retail/language-masters/en
  • cq:rolloutConfigs == {String[]} /libs/msm/wcm/rolloutconfigs/default
  • jcr:primaryType == {String} cq:LiveCopy

if these configurations are there, then you should be able to see the options that you have provided above. For full instructions on how to fix the cq:LiveSyncConfig node, click here https://sourcedcode.com/blog/aem/how-to-re-sync-a-live-copy-language-root-to-a-blueprint-in-aem-msm

 

Avatar

Community Advisor

Hi @mehaka69489534 

To add more languages to the "Create Language Copy" dialog in AEM, follow these steps:

  1. Check Language Settings:

    • Go to AEM Console > Tools > Internationalization > Languages.
    • Make sure the language you're looking for (e.g., French) is listed under available languages.
  2. Enable Languages:

    • If the language is not listed, you need to add the language to the system.
      • Go to AEM > Tools > Configuration Browser > JCR Settings.
      • Add the language you need to the supportedLanguages list.
  3. Create the Language Copy:

    • After ensuring the language is enabled in AEM, try creating the language copy again by selecting the page and using the Create Language Copy option.

If the language still doesn't appear, clear your AEM cache or restart AEM to ensure the settings are updated.