Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I would like to ask for help.
I have it defined in ResXResourceManager
and I would like to display text with an index in WPF.
<Label Grid.Row="0" Grid.Column="0" Content="{Binding Path=txtImage, Source={StaticResource Resources}}"/>
The label should display text with an index of 1-3.
I couldn't find a working entry.
Thank you
Beta Was this translation helpful? Give feedback.
All reactions