Xaml 如何使用资源文件(.resw)本地化页面标题?

Xaml 如何使用资源文件(.resw)本地化页面标题?,xaml,windows-8,.net-4.5,Xaml,Windows 8,.net 4.5,我需要翻译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> <

我需要翻译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的技巧在这里不起作用。如何从资源文件获取对此字符串的访问权限