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

时间:2013-08-01 12:04:41

标签: xaml windows-8 .net-4.5

我需要在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的诀窍在这里不起作用。如何从资源文件中获取此字符串?

0 个答案:

没有答案