I have a node type called Match. Each match have two entity reference filed to two nodes that has the type of Team. I built a view and use the relationship to show the matches and the information of the host team and guest team and it's fine. My problem is that the Team node is multilingual and I want to show the translation of Team fields in the view. It is obvious that the fields has a reference to the original untranslated node ID and when I use the relationship in the view it will grab that node even if it has translations.

Any Solution??