What is the best practice for EDS when it comes language switcher exactly like how the AEM Core Components have implemented. Because EDS has no backend, how does the links get generated understand which path it needs to render?
This is the AEM language switcher component, https://www.aemcomponents.dev/content/core-components-examples/library/core-structure/language-navig...
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Hi @AEMWizard
You need to Generate different Navigation for different locales, there is no OOTB multisite management in EDS.
All depends on your Authoring tool capabilities, in case of core component its AEM, who does take care of adjusting content.
You need to build a plugin if you are using google drive.
If you have client use case then contact Adobe, they might have already built something for other customers.
Views
Replies
Total Likes
Is there an api that gathers all existing pages on a AEM Edge Delivery Service website? and if so, can we blindy create the URLs to refer to an existing page but in another language?
Views
Replies
Total Likes
No there is No API but you can use indexing to list down all the publish pages and reuse whenever you need
https://www.aem.live/developer/indexing
Views
Replies
Total Likes