summaryrefslogtreecommitdiff
path: root/Nt32Pkg/WinNtConsoleDxe/ConsoleOut.c
diff options
context:
space:
mode:
Diffstat (limited to 'Nt32Pkg/WinNtConsoleDxe/ConsoleOut.c')
-rw-r--r--Nt32Pkg/WinNtConsoleDxe/ConsoleOut.c13
1 files changed, 11 insertions, 2 deletions
diff --git a/Nt32Pkg/WinNtConsoleDxe/ConsoleOut.c b/Nt32Pkg/WinNtConsoleDxe/ConsoleOut.c
index 570aa53e31..574c18a02d 100644
--- a/Nt32Pkg/WinNtConsoleDxe/ConsoleOut.c
+++ b/Nt32Pkg/WinNtConsoleDxe/ConsoleOut.c
@@ -595,12 +595,21 @@ Returns:
WindowName = L"EFI Emulator Error Console";
}
- AddUnicodeString (
+ AddUnicodeString2 (
"eng",
gWinNtConsoleComponentName.SupportedLanguages,
&Private->ControllerNameTable,
- WindowName
+ WindowName,
+ TRUE
);
+ AddUnicodeString2 (
+ "en",
+ gWinNtConsoleComponentName2.SupportedLanguages,
+ &Private->ControllerNameTable,
+ WindowName,
+ FALSE
+ );
+
//
// Fill in protocol member functions