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.
Establishes a locale to be used for any locale-specific resources.
HRESULT SetLocale(
WORD wLangID
);
int SetLocale(
ushort wLangID
);
Parameters
- wLangID
[in] Language ID to establish. For example, 1033 for English.
Return Value
If successful, returns S_OK; otherwise, returns an error code.