This question is locked. New answers and comments are not allowed.
Why does
work but
not? I see the example in the demo which switches to German and it manages the resources itself. This seems completely unintuitive to me. What have I missed??
Tim
| <TextBlock Text="{Binding Path=Resource.Path, Source={StaticResource i18n}}"/> |
work but
| <T:GridViewDataColumn HeaderText="{Binding Path=Resource.Path, Source={StaticResource i18n}}" UniqueName="..."/> |
not? I see the example in the demo which switches to German and it manages the resources itself. This seems completely unintuitive to me. What have I missed??
Tim