SetUserDefaultUILanguage (Windows CE 5.0)

Send Feedback

This function sets the LANGID for the current user's UI language selection.

BOOL SetUserDefaultUILanguage(LANGID langid);

Parameters

  • langid
    Language identifier (LANGID) to set for the user's default UI language.

Return Values

TRUE indicates success. FALSE indicates failure.

Remarks

The new LANGID will not take effect until the device is reset.

For more information about language identifiers, see Language Identifiers and Locales.

Requirements

OS Versions: Windows CE .NET 4.2 and later.
Header: Windows.h.
Link Library: Coreloc.lib.

See Also

Language Identifiers and Locales

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.