Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Unsupported. NotifyUILanguageChange may be altered or unavailable.
Syntax
BOOL NotifyUILanguageChange(
[in] DWORD dwFlags,
[in, optional] PCWSTR pcwstrNewLanguage,
[in, optional] PCWSTR pcwstrPreviousLanguage,
[in] DWORD dwReserved,
[out, optional] PDWORD pdwStatusRtrn
);
Parameters
[in] dwFlags
Reserved.
[in, optional] pcwstrNewLanguage
The new language.
[in, optional] pcwstrPreviousLanguage
The previous language.
[in] dwReserved
Reserved.
[out, optional] pdwStatusRtrn
A pointer to a DWORD return status.
Return value
A BOOL datatype.
Remarks
NotifyUILanguageChange is not supported and may be altered or unavailable in the future.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps | UWP apps] |
Minimum supported server | Windows Server 2008 R2 [desktop apps | UWP apps] |
Target Platform | Windows |
Header | winnls.h (include Windows.h) |
Library | Kernel32.lib |
DLL | Kernel32.dll |
API set | ext-ms-win-kernel32-localization-l1-1-0 (introduced in Windows 8) |