Reputation: 861
I am developing a WPF application making use of PRISM along the way. I need help on
how to add support for 3 different languages. could you please suggest any article which tells us how to segregate all the resource strings in a different file, and compile them to achieve the desired result.
how to handle exceptions I am handling exceptions in a crazy way. though I have exceptions dedicated to each service class / helper class, I still am not able to convey the exact failure message to the end user. The end user has to scroll through the logs to find the exact cause of error.
Could you please help me to achieve this functionality where in I get to show the user the exact reason for failure of his action, which may happen at a very deeper level within the code.
Thanks in advance
Upvotes: 0
Views: 1050
Reputation: 7454
There should be two separate question for both the questions. Anyways you first question is duplicate to this question
And second question is Here, and here
Upvotes: 2