I tried to concatenate two string as Button
content in XAML. But It is not working. I tried like below:
<Button Content=""String1"+{DynamicResource String2}"/>
The code in XAML is the following:
<Button>
<TextBlock>
<Run Text="String1"/>
<Run Text="{DynamicResource String2}"/>
</TextBlock>
</Button>
use Multibinding concept. this It will help you well.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With