I started using a modern interface in a WPF application. Nowhere can I find an answer to my question: how to set the source of a link to a page that is localized in another project? I have an ErpSystem project with MainWindow in which I want to use a page localized in the LogisticModule project. When I set the source for this value: LogisticModule.View.WarehousePage.xml, I got an error that caused the navigation to fail and could not locate the LogisticModule.View.WarehousePage.xml resource. What am I doing wrong?
user2229474
source share