Strings.en.xaml 384 B

123456
  1. <ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  2. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  3. xmlns:system="clr-namespace:System;assembly=mscorlib">
  4. <system:String x:Key="WelcomeText">Welcome</system:String>
  5. <system:String x:Key="ButtonText">中文</system:String>
  6. </ResourceDictionary>