From my understanding, pages are duplicated and modules are duplicated in this mode.
Question 1: Does the core framework handle the editing and moving of modules? E.g. if I add a new module to the core page and tweak the settings of another module, does it apply these to the replica modules on the other language pages (e.g. I don't have to maintain multiple pages and their modules when adding/editing modules?
Question 2: How do complex modules work - e.g. if you add 2 Forum modules to two separate pages - would they pull the same core content? Do modules have to be localisation-ready to handle this scenario?
Another example, with Ventrian PropertyManager, I list a list of Properties. I want these to display on each language page - when I localise it - is it pulling the SAME module data (which is what I want in most cases) or is it going to create a whole new set of Property data tied to that Module ID? Does this not depend on if the Module can pull data from the portal (ie. ignores ModuleID) or at just at module level?
I have to be honest, it sounds a bit scary - with module level localisation (one module, multiple strings) it may take longer to maintain but it is very low level control.