2014-03-27 39 views
0

我知道,使用常規資源如下:與參數一起使用的資源 - WPF

Text="{x:Static prop:Resources.xxx}" 

是否有使用資源與XAML一個參數從資源文件的方法嗎?

+0

你想插入參數的資源?像string.Format(resourceFormat,參數)? – stukselbax

+0

@stukselbax,是的! –

+0

請參閱我的['answer'](http://stackoverflow.com/questions/18515482/textblock-binding-of-text-and-stringformat/18516105#18516105),可能會有所幫助。 –

回答

0

您應該使用StringFormat爲:

Text="{Binding Path=YourParameter, StringFormat='{x:Static prop:Resources.xxx}'}"