Hi
I am writing a single page that needs to have two languages with the same content.
The page has a layout of two columns, so you have Language A on the left side, and Language B on the right side. Both sides need to have a Table of Contents from each side. I have been searching for a while now, but I can't find a proper way to make this work. I am guessing the closest I can get is using regular expressions but I am stuck,
Based on this layout and conditions, I would like to know if there is a way to except the contents of the Language B (heading 2 and all heading 3 that are under it) inside Table of Contents A, and the same for the contents of Language A inside Table of Contents B using regular expressions inside of each Table of Contents.
Basically I want to have this as result:
I could make it work to except exactly Language B, but its children still appear. As this layout needs to be used among several pages later on, I can't specify all the children names beforehand. I think I need to figure out a way to write "match Language B and all heathers below it" as a regular expression in the except section of the Table of Contents, but couldn't find a way to do it so I'm asking for help here.
Thank you very much for your time!