I have been trying to come up with a better localization approach than LocBaml (wich sucks). And I though I could use something like {DynamicResource {x:Static LocalizableTexts.OpenTextKey}} (dynamicresource because my language could change at runtime). The only question is? How do I correctly create LocalizableTexts.OpenTextKey ? Is there a tutorial out there that can teach me how to create custom RessourceKeys and how to update them at runtime?
I am living in the MVVM world by the way ...