<ResourceDictionary 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" xml:space="preserve"> <!--字符串换行 必须添加 xml:space="preserve" --> <!--字符串换行 换行符 --> <system:String x:Key="str.PgAddress.Title">Address</system:String> <system:String x:Key="str.PgAddress.Server">Server</system:String> <system:String x:Key="str.PgAddress.Address">Addr</system:String>
<system:String x:Key="str.PgAddress.AmendSuccessfully">Amend successfully</system:String> <system:String x:Key="str.PgAddress.AmendFailed">Amend failed</system:String>
</ResourceDictionary>