- <ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
- xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
- x:Class="OHV.LanguageHelper.Languages.English"
- xmlns:system="clr-namespace:System;assembly=mscorlib"
- >
- <system:String x:Key="MainView_Main">Main</system:String>
- <system:String x:Key="MainView_Teach">Teach</system:String>
- </ResourceDictionary>
|