I have a methode in a static class and this expected two parameters and return a string.
Now should I like from my View (without ViewModel) bind this result. Is this possible?
Pseudocode:
xmlns:lang="clr-namespace:LanguageModule;assembly=LanguageModule"
<TextBlock Text="{x:Static lang:Translate[firstParameter, secondParameter]}"/>