.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH SetThreadLocale 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBSetThreadLocale\fR (KERNEL32.@) .SH SYNOPSIS BOOL SetThreadLocale ( LCID \fIlcid\fR ) .SH DESCRIPTION .PP Set the current threads locale. .SH PARAMS \fIlcid\fR \fB[In]\fR \fBLCID\fR of the locale to set. .PP .SH RETURNS .PP \fBSuccess:\fR \fBTRUE\fR. The threads locale is set to \fIlcid\fR. .PP \fBFailure:\fR \fBFALSE\fR. Use \fBGetLastError(3w)\fR to determine the cause. .SH IMPLEMENTATION .PP Declared in \fB"winnls.h"\fR. .PP Implemented in \fB"dlls/kernel32/locale.c"\fR. .PP Debug channel \fB"nls"\fR.