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.
This message is sent by an application to set the current locale of the combo box. If the combo box has the CBS_SORT style and strings are added using CB_ADDSTRING, the locale of a combo box affects how list items are sorted.
CB_SETLOCALEwParam = (WPARAM) (WORD)wLocaleID; lParam = 0;
Parameters
- wLocaleID
Specifies the locale identifier for the combo box to use for sorting when adding text. - lParam
Not used.
Return Values
The return value is the previous locale identifier. If wParam specifies a locale not installed on the system, the return value is CB_ERR and the current combo box locale is not changed.
Remarks
Use the MAKELCID macro to construct a locale identifier and the MAKELANGID macro to construct a language identifier. The language identifier is made up of a primary language identifier and a sublanguage identifier.
Requirements
OS Versions: Windows CE 2.0 and later.
Header: Winuser.h.
See Also
Combo Boxes Messages | SendMessage | CB_ADDSTRING | CB_GETLOCALE | MAKELANGID | MAKELCID
Send Feedback on this topic to the authors