- <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">
- <system:String x:Key="WelcomeText">欢迎</system:String>
- <system:String x:Key="ButtonText">English</system:String>
- </ResourceDictionary>
|