我正在使用资源文件进行翻译,典型的标签如下所示:
<Label Content="{x:Static Resx:FrmMngView.MsgLastModification}"/>
在某些情况下正在使用 StringFormat,我想翻译它们:
<TextBlock Text="{Binding Items.ItemCount, StringFormat=users: {0}}" />
其中“用户”一词在法语中的翻译是“utilisateur”。我如何在这里使用我的 resx 翻译密钥?