Is there any good tutorial on how to use ResourceManager in WPF binding ? I know how to use it with the GetString function to retrieve a specific resource, but I also would like to use in in binding.
something like
<TextBlock Text="{Binding Resource.EnterName}"/>
thanks