I use the keyboard control from here.
The resources are defined in xaml:
<Grid.Resources>
<ResourceDictionary x:Name="resdictionary">
<!-- Img sources-->
<ImageSource x:Key="EngRus">/TermControls;component/Images/Eng-Rus.png</ImageSource>
<ImageSource x:Key="gEngRus">/TermControls;component/Images/gEng-Rus.png</ImageSource>
...
How can I replace them with images loaded on runtime? I played around with findresources without success.