Hello @Anna_Kelian,
I know your frustration
Have the experience of working with multilingual sites.
I can share my ideas about organizing dynamic collections. I didnāt use it because I didnāt need individual pages for every item on different languages, but maybe for you will be useful.
-
You create āMin collectionā where will be all information that you will need. Fields that not language sensitive will exist only once, and for different languages create separate fields (for example 3 different descriptions - for 3 languages)
-
Create 3 other collections, one for every language.
-
In every language collection item will have only ānameā field (standard) and āitem infoā field - reference to āMain collectionā. It will be enough for using ANY information from āMain collectionā.
-
Every language template will contain information from Main collection through reference, but you can easy choose language sensitive field that you need for particular language type.
-
Dynamic lists for every language collections will contain information only for particular language.
Positive side:
- you will have links to every item with language āfolderā: www.yoursite/eng/item1.html
- you do not have to add few times info that arenāt language sensitive
Negative side:
- you still will have to ālinkā particular items for every language collection
Regards,
Anna