robert-j-engdahl / ngettext-wpf

Proper internationalization support for WPF (via NGettext)
GNU Lesser General Public License v3.0
10 stars 12 forks source link

Text="{wpf:Gettext Context|MsgId}" shows as Context|MsgId in XAML Designer #40

Closed robert-j-engdahl closed 5 years ago

robert-j-engdahl commented 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.