I am working on a wpf application using the Devexpress Tool and following the MVVM pattern.
I applied localization on it using the Locbaml Tool and it works fine, but only for presentation.
In this application, I install Grid Row Vlidation errors, as well as Popping some MessageBoxes from the View Model, but LocBaml does not look useful for converting these error messages and messages to other languages. How can i do this?
source share