In SSOM there is a property https://learn.microsoft.com/en-us/previous-versions/office/sharepoint-server/jj163672(v=office.15) which allows to localize list views.
Unfortunately, it's not available in CSOM https://learn.microsoft.com/en-us/dotnet/api/microsoft.sharepoint.client.view?view=sharepoint-csom therefore making it impossible to programmatically localize List Views Titles.
Thus making SharePoint sites localization not complete.
To my knowledge, it's possible from UI because aspx using SSOM property for this.
No CommentsBe the first to comment