mirror of
https://github.com/reactos/reactos.git
synced 2025-06-11 04:47:22 +00:00
[USERINIT] LiveCD: Set UI language (#7069)
The LiveCD start dialog was not localized. JIRA issue: N/A - Just call SetThreadLocale after InitializeDefaultUserLocale call.
This commit is contained in:
parent
caf117d496
commit
edf6b805a7
1 changed files with 3 additions and 0 deletions
|
@ -715,6 +715,9 @@ LocaleDlgProc(
|
||||||
/* Store the locale settings in the registry */
|
/* Store the locale settings in the registry */
|
||||||
InitializeDefaultUserLocale(&NewLcid);
|
InitializeDefaultUserLocale(&NewLcid);
|
||||||
|
|
||||||
|
/* Set UI language for this thread */
|
||||||
|
SetThreadLocale(NewLcid);
|
||||||
|
|
||||||
SetKeyboardLayout(GetDlgItem(hwndDlg, IDC_LAYOUTLIST));
|
SetKeyboardLayout(GetDlgItem(hwndDlg, IDC_LAYOUTLIST));
|
||||||
|
|
||||||
pState->NextPage = STARTPAGE;
|
pState->NextPage = STARTPAGE;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue