Closed robert-j-engdahl closed 5 years ago
<TextBlock Text="{wpf:Gettext Context|MsgId}"/>
assigns the value "Context|MsgId" to the Text property in the Visual Studio XAML Designer, it would encourage the use of contexts that only "MsgId" was assigned to the Text property.
"Context|MsgId"
Text
"MsgId"
assigns the value
"Context|MsgId"
to theText
property in the Visual Studio XAML Designer, it would encourage the use of contexts that only"MsgId"
was assigned to theText
property.