我需要在windows8 app中翻译基本页面的标题。这是一个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的诀窍在这里不起作用。如何从资源文件中获取此字符串?