diff --git a/MPF.UI/Resources/Strings.ko.xaml b/MPF.UI/Resources/Strings.ko.xaml
new file mode 100644
index 000000000..cb8ad2824
--- /dev/null
+++ b/MPF.UI/Resources/Strings.ko.xaml
@@ -0,0 +1,17 @@
+
+
+
+ 미디어 프리저베이션 프런트엔드
+ 시스템
+ 출력 경로
+ 찾아보기
+ 드라이브 문자
+ 드라이브 속도
+ 덤프 프로그램
+ 매개변수
+ 디스크 스캔
+ 레이블 업데이트
+ 보호 스캔
+
diff --git a/MPF.UI/Resources/Strings.xaml b/MPF.UI/Resources/Strings.xaml
new file mode 100644
index 000000000..ef93cfe1a
--- /dev/null
+++ b/MPF.UI/Resources/Strings.xaml
@@ -0,0 +1,17 @@
+
+
+
+ Media Preservation Frontend
+ System
+ Output Path
+ Browse
+ Drive Letter
+ Drive Speed
+ Dumping Program
+ Parameters
+ Scan for Discs
+ Update Label
+ Scan for Protection
+
diff --git a/MPF.UI/Windows/MainWindow.xaml b/MPF.UI/Windows/MainWindow.xaml
index 9404f8031..b5d1c6097 100644
--- a/MPF.UI/Windows/MainWindow.xaml
+++ b/MPF.UI/Windows/MainWindow.xaml
@@ -8,7 +8,7 @@
xmlns:coreWindows="clr-namespace:MPF.UI.Windows"
xmlns:viewModels="clr-namespace:MPF.Frontend.ViewModels;assembly=MPF.Frontend"
mc:Ignorable="d"
- Title="Media Preservation Frontend" Width="600" WindowStyle="None"
+ Title="{DynamicResource AppTitleString}" Width="600" WindowStyle="None"
WindowStartupLocation="CenterScreen" ResizeMode="CanMinimize" SizeToContent="Height"
AllowsTransparency="True" Background="Transparent">
@@ -17,6 +17,14 @@
+
+
+
+
+
+
+
+
@@ -28,7 +36,7 @@
-
+
@@ -87,7 +95,7 @@