I have formatting strings in resource files. I am trying to access them from the Text TextBlock attribute using FormatString
Text="{Binding Path=Project.Name, StringFormat={Binding Path=WkStrings.DisplayProjectName, Source={StaticResource ResourceWrapper}}}"
I get the following error:
Provide value on 'System.Windows.Data.Binding' threw an exception
The error indicates the text =.
Is it possible to access resources from a "nested binding"?
Nasser
source share