我需要在 windows8 应用程序中翻译基本页面的标题。这是一个 xaml 字符串:
<Page.Resources>
<!-- TODO: Delete this line if the key AppName is declared in App.xaml -->
<x:String x:Uid="title_select_profile" x:Key="AppName">Select profile</x:String>
</Page.Resources>
因此,使用 Uid 的技巧在这里不起作用。如何从资源文件中获取对该字符串的访问权限?