App.xaml 769 B

1234567891011121314
  1. <Application x:Class="TLTest.App"
  2. xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  3. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  4. xmlns:local="clr-namespace:TLTest"
  5. StartupUri="Window1.xaml">
  6. <Application.Resources>
  7. <ResourceDictionary>
  8. <ResourceDictionary.MergedDictionaries>
  9. <ResourceDictionary Source="pack://application:,,,/ivf_tl_ControlMain;component/Language/Chinese.xaml"/>
  10. <!--<ResourceDictionary Source="pack://application:,,,/ivf_tl_ControlMain;component/Language/English.xaml"/>-->
  11. </ResourceDictionary.MergedDictionaries>
  12. </ResourceDictionary>
  13. </Application.Resources>
  14. </Application>