I have a site collection (localhost)
that has two variations (localhost/en/, localhost/fr/)
.
I have a list in the root web (sampleList)
that has the following columns: title
, description
, date
I have English and French pages (/en/samplePage.aspx, /fr/samplePage.aspx)
that uses sampleList
as a shared web part.
Is there any way of modifying the web part on the French page (perhaps through the XSL Link field on the tool part) such that I can modify the list name and the column names of the list to be displayed in French?