Using SetThreadLocale() for Language ResourcesLast reviewed: January 15, 1998Article ID: Q99392 |
3.10 3.50
WINDOWS NT
kbui
The information in this article applies to:
Under Windows NT, each resource loading application programming interface (API) is based on the thread's locale. Each thread has a locale--usually the default system locale. You can change the thread locale by calling SetThreadLocale(). To obtain the language resource you want, just set the thread locale to the locale you want, then call the normal resource loading API.
|
Additional reference words: 3.10 3.50
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |