I want to append two static strings for a single content or header of a WPF object. Something like this:
<MenuItem
Header="{x:Static properties:Resources.SEARCH_FOR_DAYS} +
{x:Static properties:Resources.ELLIPSES}" />
I’ve played around with ContentStringFormat and the like but can’t get it to accept two resources.
Alternatively (closer to what you requested):