localizationstrings.xaml

来自「C#高级编程第6版随书源代码 值得下载」· XAML 代码 · 共 7 行

XAML
7
字号
<ResourceDictionary x:Uid="ResourceDictionary_1" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    xmlns:system="clr-namespace:System;assembly=mscorlib"
    >
	<system:String x:Uid="system:String_1" x:Key="message1">English Message</system:String>

</ResourceDictionary>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?