mirror of
https://github.com/reactos/reactos.git
synced 2026-06-02 17:31:23 +08: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:
committed by
GitHub
parent
caf117d496
commit
edf6b805a7
@@ -715,6 +715,9 @@ LocaleDlgProc(
|
||||
/* Store the locale settings in the registry */
|
||||
InitializeDefaultUserLocale(&NewLcid);
|
||||
|
||||
/* Set UI language for this thread */
|
||||
SetThreadLocale(NewLcid);
|
||||
|
||||
SetKeyboardLayout(GetDlgItem(hwndDlg, IDC_LAYOUTLIST));
|
||||
|
||||
pState->NextPage = STARTPAGE;
|
||||
|
||||
Reference in New Issue
Block a user