An application sends a CB_SETLOCALE message 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_SETLOCALE wParam = (WPARAM) (WORD) wLocaleID; // locale identifier lParam = 0; // not used; must be zero
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.
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.
CB_ADDSTRING, CB_GETLOCALE, MAKELANGID, MAKELCID
file: /Techref/os/win/api/win32/mess/src/msg02_11.htm, 1KB, , updated: 2000/4/7 11:19, local time: 2024/11/4 07:36,
3.147.69.64:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://massmind.org/Techref/os/win/api/win32/mess/src/msg02_11.htm"> CB_SETLOCALE</A> |
Did you find what you needed? |
Welcome to massmind.org! |
Welcome to massmind.org! |
.