Skip to content

Commit ca04823

Browse files
committed
Remove generic language code
1 parent 6ad4b23 commit ca04823

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Flow.Launcher.Infrastructure/Win32Helper.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -326,8 +326,8 @@ internal static HWND GetWindowHandle(Window window, bool ensure = false)
326326
// https://learn.microsoft.com/en-us/openspecs/windows_protocols/ms-lcid/70feba9f-294e-491e-b6eb-56532684c37f
327327
private static readonly uint[] EnglishLanguageIds =
328328
{
329-
0x0009, 0x0409, 0x0809, 0x0C09, 0x1000, 0x1009, 0x1409, 0x1809, 0x1C09, 0x2009, 0x2409, 0x2809, 0x2C09,
330-
0x3009, 0x3409, 0x3C09, 0x4009, 0x4409, 0x4809, 0x4C09,
329+
0x0009, 0x0409, 0x0809, 0x0C09, 0x1009, 0x1409, 0x1809, 0x1C09, 0x2009, 0x2409, 0x2809, 0x2C09, 0x3009,
330+
0x3409, 0x3C09, 0x4009, 0x4409, 0x4809, 0x4C09,
331331
};
332332

333333
private static readonly uint[] ImeLanguageIds =

0 commit comments

Comments
 (0)