This question is locked. New answers and comments are not allowed.
I've been working on internationalization support for my application, and have been successful with drawing string from resource files based on the technique described in this article (http://wpf-e.spaces.live.com/?_c11_BlogPart_BlogPart=blogview&_c=BlogPart&partqs=amonth%3d10%26ayear%3d2008), but have been unsuccessful at using this for GridView HeaderText strings. When I use the following syntax it throws an error:
Any suggestions?
Thanks,
Ross
<
telerikGridView:GridViewDataColumn HeaderText="{Binding Source={StaticResource Strings}, Path=HeaderText_Name}" DataMemberPath="Name"/>
Any suggestions?
Thanks,
Ross
