Make sure that Code Generation is set to Public in the resx editor, then you can simply use:
<TextBlock Text="{x:Static Messages.WarningUserMessage}" />
Make sure that Code Generation is set to Public in the resx editor, then you can simply use:
<TextBlock Text="{x:Static Messages.WarningUserMessage}" />