Forum Discussion
Programmatically receive the title of the list in the language of the browser in the SPFx
- Sep 29, 2021
MartinLaplante thank you for your answer.
I can change the list title in the navigation so, that I remove the navigation and set it back again.
But the list title changes in both languages after the change of the list title in one language.
So I can not set a different list title for a list just through changing the language and changing the list title.
Through this action I change the list title in all languages.
This is different behavior to SharePoint On Premise.
And in my point of view it is a bug.
LadislavStupak I think the difference that you saw has to do with the order in which the steps were carried out, not a difference between on premise and online. Both the list name and the Navigation node support MUI, but they are separate objects, updating one does not update the other. If you add a list to the navigation then provide a German translation of the list name, that German translation is not automatically applied to the navigation entry. You have to edit the navigation entry as well while your language is German.
MartinLaplante thank you for your answer.
I can change the list title in the navigation so, that I remove the navigation and set it back again.
But the list title changes in both languages after the change of the list title in one language.
So I can not set a different list title for a list just through changing the language and changing the list title.
Through this action I change the list title in all languages.
This is different behavior to SharePoint On Premise.
And in my point of view it is a bug.
- LadislavStupakNov 30, 2022Brass ContributorI have tested now the behavior again.
Now it is working correctly.
When I change the title of a list in one language, the navigation displays the value in this new language.
When I change the language back to original language, then also the navigation is displayed in the original language.