I have a detail view window in WPF, and the shortcut might look like this.
<Label Content="{x:Static properties:Resources.Reference}" />
So, this gets its contents from my Resource.
How to convert / format content so that it has a colon after each label element. for example, instead of content just displaying the link, I want it to convert to a link:
Allan source share