I have a details view window in WPF and a label may look like this.
<Label Content="{x:Static properties:Resources.Reference}" />
So that is obtains it content from my property Resource.
How can transform/format the content so it has a colon after each label item. e.g. instead of the content simply displaying Reference I want it to transform to Reference: