您如何翻译TextBlock中的格式化文本?

时间:2018-11-14 22:04:12

标签: xaml uwp textblock

我的TextBlocks包含这样的格式...

<TextBlock.Inlines>
    <Run x:Uid="Run1" FontWeight="Bold" FontSize="14" Text="This is UWP TextBlock Example. " />
    <Run x:Uid="Run2" FontStyle="Italic" Foreground="Red" Text="This is red text. " />
</TextBlock.Inlines>

我已将“资源”文件中的“运行次数”指示为...

Run1.Text =“这是UWP TextBlock示例。”

Run2.Text =“这是红色文本。”

...,但是多语言翻译工具没有将其获取。如何在不破坏格式的情况下获得正确的翻译?

0 个答案:

没有答案