Hi guys.
I have multi lang website with following node struct
-EN
--Child1
--Child2
-FR
--Child3
--Child4
I wanna connect Child3 with Child1 somehow and when the user changes language on Child1 it will navigate to Child3 (Like "Variation Page" in Sharepoint). Sorry if this question is duplicate but I didn't find any "best practice" implementation related to my task and also sry for bad English.
Its a litte bit old, but it would get you going into the right direction. Below is a preview of the Relation Types in Umbraco 7.9.x under the Developer section:
I also needed something like that, so combination of default related types (for automatic relations when copying), linked-pages plugin (for adding relations manually) and updating/tweaking this plugin (to work with latest umb) https://our.umbraco.org/projects/website-utilities/multi-language-tools/, you can have complete solution for 1-1 language selector.
Umbraco Multilang
Hi guys. I have multi lang website with following node struct
I wanna connect Child3 with Child1 somehow and when the user changes language on Child1 it will navigate to Child3 (Like "Variation Page" in Sharepoint). Sorry if this question is duplicate but I didn't find any "best practice" implementation related to my task and also sry for bad English.
Regards Rouben.
Hi Ruben,
please have a look at the following about
Relations
in Umbraco.There is a nice blog post here:
https://umbraco.com/blog/getting-to-know-umbraco-relations/
Its a litte bit old, but it would get you going into the right direction. Below is a preview of the Relation Types in Umbraco 7.9.x under the Developer section:
Hope this helps.
/Michaël
Hi, check this out
https://our.umbraco.org/projects/backoffice-extensions/linked-pages/
/Asembli
Thx for link Asembli. Very useful extension btw)
I also needed something like that, so combination of default related types (for automatic relations when copying), linked-pages plugin (for adding relations manually) and updating/tweaking this plugin (to work with latest umb) https://our.umbraco.org/projects/website-utilities/multi-language-tools/, you can have complete solution for 1-1 language selector.
/Asembli
I will take a look. ty
is working on a reply...