To begin i read all resources from xml in my MergedDictionaries and now I like "select" any Resources as Current.Resources
PSEUDOCODE:
Application.Current.Resources = Resources.From.MergedDictionaries.Selected(themeId.Path);
Any Idea?
To begin i read all resources from xml in my MergedDictionaries and now I like "select" any Resources as Current.Resources
PSEUDOCODE:
Application.Current.Resources = Resources.From.MergedDictionaries.Selected(themeId.Path);
Any Idea?
You can use Application.FindResource
, it also searches MergedDictionaries