I have a Resources.resx file, which contains localized strings and also localized images. How do I bind an image to a property in XAML similar to the way a localized string is done (i.e., Text="{Binding Path=Resources.ApplicationTitle, Source={StaticResource LocalizedStrings}}")?

Is it possible to use this same method for Image source?

link|improve this question
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.