diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs
index d181336a..2d428410 100644
--- a/Properties/AssemblyInfo.cs
+++ b/Properties/AssemblyInfo.cs
@@ -39,5 +39,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("1.0.17.54")]
-[assembly: AssemblyFileVersion("1.0.17.54")]
+[assembly: AssemblyVersion("1.0.17.55")]
+[assembly: AssemblyFileVersion("1.0.17.55")]
diff --git a/Resources/lang.ko-KR.Designer.cs b/Resources/lang.ko-KR.Designer.cs
new file mode 100644
index 00000000..5f282702
--- /dev/null
+++ b/Resources/lang.ko-KR.Designer.cs
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/Resources/lang.ko-KR.resx b/Resources/lang.ko-KR.resx
new file mode 100644
index 00000000..4bb22229
--- /dev/null
+++ b/Resources/lang.ko-KR.resx
@@ -0,0 +1,297 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 2.0
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 약
+
+
+ 확인
+
+
+ 자동 시작
+
+
+ 출구
+
+
+ 폴더
+
+
+ 빈 폴더
+
+
+ 세부
+
+
+ 시스템 정보
+
+
+ 폴더에 액세스 할 수 없음
+
+
+ 언어
+
+
+ 로그 파일
+
+
+ 재시작
+
+
+ 단축키를 등록 할 수 없습니다.
+
+
+ 취소
+
+
+ 일반
+
+
+ 단축키
+
+
+ 시작시 시작
+
+
+ 설정
+
+
+ 도움말 / FAQ
+
+
+ SystemTrayMenu
+
+
+ FAQ를 읽고 SystemTrayMenu의 루트 디렉토리를 선택하십시오.
+
+
+ 경고
+
+
+ 폴더 선택
+
+
+ SystemTrayMenu의 루트 폴더가 없거나 비어 있습니다! 일부 파일, 폴더 또는 바로 가기를 폴더에 넣거나 루트 폴더를 변경하십시오.
+
+
+ SystemTrayMenu의 루트 폴더에 액세스 할 수 없습니다. 폴더에 대한 액세스 권한을 부여하거나 루트 폴더를 변경하십시오.
+
+
+ 전문가
+
+
+ 두 번 클릭하는 대신 한 번 클릭하여 항목을 엽니 다.
+
+
+ 항상 다크 모드 활성화
+
+
+ 많은
+
+
+ 마우스 위치에 표시
+
+
+ 폴더 변경
+
+
+ 딸깍 하는 소리
+
+
+ 커스터마이즈
+
+
+ 다크 모드
+
+
+ 기본
+
+
+ 포커스가 사라지고 마우스가 여전히 메뉴에있는 경우
+
+
+ 마우스가 위에있을 때 메뉴가 열릴 때까지 밀리 초
+
+
+ 이 경우 마우스가 메뉴에서 나가면 메뉴가 닫힐 때까지 밀리 초
+
+
+ 최대 메뉴 너비 픽셀
+
+
+ 크기와 위치
+
+
+ 열린 상태로 유지
+
+
+ 메뉴가 열릴 때까지의 시간
+
+
+ 항목을 클릭 한 경우
+
+
+ 색상 라이트 모드 및 다크 모드
+
+
+ 기본 다크 모드
+
+
+ 기본 조명 모드
+
+
+ 배경
+
+
+ 열린 폴더
+
+
+ 열린 폴더 테두리
+
+
+ 검색 필드
+
+
+ 선택한 항목
+
+
+ 선택한 항목의 테두리
+
+
+ 표제
+
+
+ 색상을 변경하려면 HTML 색상 코드를 붙여 넣거나 필드를 두 번 클릭합니다.
+
+
+ 상대 폴더로 변경
+
+
+ 어셈블리 위치에 구성 저장
+
+
+ USB
+
+
+ 조립 위치 열기
+
+
+ 픽셀 최대 메뉴 높이
+
+
\ No newline at end of file
diff --git a/SystemTrayMenu.csproj b/SystemTrayMenu.csproj
index d9e39d18..2c3cd140 100644
--- a/SystemTrayMenu.csproj
+++ b/SystemTrayMenu.csproj
@@ -161,6 +161,11 @@
lang.ja-JP.resx
True
True
+
+
+ lang.ko-KR.resx
+ True
+ True
True
diff --git a/UserInterface/SettingsForm.cs b/UserInterface/SettingsForm.cs
index aa58a4ba..4d25e50e 100644
--- a/UserInterface/SettingsForm.cs
+++ b/UserInterface/SettingsForm.cs
@@ -133,6 +133,7 @@ void InitializeLanguage()
new Language() { Name = "Português (Brasil)", Value = "pt-BR" },
new Language() { Name = "中文(简体)", Value = "zh-CN" },
new Language() { Name = "日本語", Value = "ja" },
+ new Language() { Name = "한국어", Value = "ko" },
// new Language() { Name = "русский", Value = "ru" },
};