MarkupExtension that uses a DataBinding value

Nevermind, I finally found out how the referenced code works and could come up with a solution. Here’s just a short explanation for the record. <TextBlock Text=”{t:Translate ‘import files’, {Binding FileCount}}”/> This requires a class TranslateExtension, inherited from MarkupExtension, with a constructor accepting two parameters, one String and one Binding. Store both values in the … Read more