Between two tables I have a link table for creating an nxm relation.
This link table is a detail of the two original tabels, but has a different translation for both.
For instance let's say we have a table owner and a table property. An owner can own multiple properties and a property can have multiple owners, so two references are added.
The detail of owner must be translated to Properties, while the same detail of property should be translated to Owners.
How do I achieve this in TSF?