[USERINIT]

Make the language selection work as expected.

svn path=/trunk/; revision=70708
This commit is contained in:
Eric Kohl 2016-02-11 20:00:46 +00:00
parent ba1d28dcc8
commit 6c834bbca5
2 changed files with 3 additions and 1 deletions

View file

@ -402,7 +402,7 @@ LocaleDlgProc(
if (NewLcid == (LCID)CB_ERR)
break;
SetThreadLocale(NewLcid);
NtSetDefaultLocale(TRUE, NewLcid);
InitializeDefaultUserLocale(&NewLcid);
}

View file

@ -21,6 +21,8 @@
#include <winnls.h>
#include <stdio.h>
#include <ndk/exfuncs.h>
#include <wine/debug.h>
WINE_DEFAULT_DEBUG_CHANNEL(userinit);