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
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