The User Requirements module, which is in English, links to a module in another workspace that is in German. That module is called Benutzeranforderungen, which means user needs. In the User Requirements module, a Link List attribute called "User Needs" contains links to elements in the Benutzeranforderungen module.
In the User Requirements module, you want to display the following attributes from the Benutzeranforderungen module: Beschreibung, which means description, and Benutzertyp, which means user type. You need to display the attribute names in English so that the users of the User Requirements module can understand them. To display the information from the German module in English, you can use a parameter to hold the attribute names in the business rule. Then, in the Matrix headings, you can enter the attribute names in English.
=MatrixWriter("User Needs","Related User Needs","1","true","Beschreibung,Benutzertyp","listen_to=Beschreibung","listen_to=Benutzertyp",'User Needs')
The MatrixWriter business rule populates the matrix with the values from the related elements in the Benutzeranforderungen module. If the Beschreibung or Benutzertyp attributes change, the matrix is updated.