diff --git a/reactos/dll/win32/kernel32/locale_rc.rc b/reactos/dll/win32/kernel32/locale_rc.rc index f3c3857bbcb..328836b7ece 100644 --- a/reactos/dll/win32/kernel32/locale_rc.rc +++ b/reactos/dll/win32/kernel32/locale_rc.rc @@ -123,7 +123,7 @@ #include "nls/jpn.nls" /* 0x0411 LANG_JAPANESE, SUBLANG_NEUTRAL */ -//#include "nls/kor.nls" /* 0x0412 LANG_KOREAN, SUBLANG_KOREAN */ +#include "nls/kor.nls" /* 0x0412 LANG_KOREAN, SUBLANG_KOREAN */ #include "nls/nld.nls" /* 0x0413 LANG_DUTCH, SUBLANG_DUTCH */ #include "nls/nlb.nls" /* 0x0813 LANG_DUTCH, SUBLANG_DUTCH_BELGIAN */ diff --git a/reactos/dll/win32/kernel32/nls/kor.nls b/reactos/dll/win32/kernel32/nls/kor.nls new file mode 100644 index 00000000000..aa521419acf Binary files /dev/null and b/reactos/dll/win32/kernel32/nls/kor.nls differ