How to change region with Side Navigation in language & live copies, AEM version 6.5 | Community
Skip to main content
Level 3
May 29, 2021
Solved

How to change region with Side Navigation in language & live copies, AEM version 6.5

  • May 29, 2021
  • 1 reply
  • 1258 views

Hi All,

 

I have created a AEM Site structure using language copy & live copy.

 

I want to create side navigation to change the region, showing different countries as given in below screenshot. I have no idea how to achieve this and how to connect these to the different live copies for different countries. So, that If change made on one page under any country English page it will reflect in all live copies.

 

Thanks in Advance!

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by shelly-goel

@heena91  I would not suggest to create a separate hierarchy for Global Navigation. Rather create a dynamic component which picks up the countries under 'WKND' (leaving language-masters) node. It's also possible you can have more than one language under a country so your navigation should reflect country-language combination. Iterate through countries and respective languages and show a link accordingly on the Global Navigation.

1 reply

shelly-goel
Adobe Employee
shelly-goelAdobe EmployeeAccepted solution
Adobe Employee
May 30, 2021

@heena91  I would not suggest to create a separate hierarchy for Global Navigation. Rather create a dynamic component which picks up the countries under 'WKND' (leaving language-masters) node. It's also possible you can have more than one language under a country so your navigation should reflect country-language combination. Iterate through countries and respective languages and show a link accordingly on the Global Navigation.

Heena91Author
Level 3
June 1, 2021

Hi @shelly_goel

 

Could you please help me with the code, how I can created dynamic component that pics the counties under WKND. Separate hierarchy for global where I need to create.

 

Thanks!!