Closed
Description
Hallo,
how can I localize the navigation of the AppSidebarNav? I tried two approaches, but both failed:
- Create a new navigation-array. Through the data binding, this should fully replace all existing navigation items in the UI - but that's not the case: the new items are added to the existing items.
- Update the "name"-property of the existing navigation items in the array. This works for regular navigation items, but not for titles: the titles keep their previous text.