Tagged Questions
0
votes
1answer
925 views
access system:string resource dictionary xaml in C#
How do I access the contents in a resource dictionary using C#?
for example, here is my code in XAML:
<system:String x:Key="NewGroup">New Group Name</system:String>
and i want to ...