.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH SetThreadUILanguage 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBSetThreadUILanguage\fR (KERNEL32.@) .SH SYNOPSIS LANGID SetThreadUILanguage ( LANGID \fIlangid\fR ) .SH DESCRIPTION .PP Set the current threads \fBUI\fR language. .SH PARAMS \fIlangid\fR \fB[In]\fR \fBLANGID\fR of the language to set, or \fB0\fR to use the available language which is best supported for console applications. .PP .SH RETURNS .PP \fBSuccess:\fR The return value is the same as the input value. .PP \fBFailure:\fR The return value differs from the input value. Use \fBGetLastError(3w)\fR to determine the cause. .SH IMPLEMENTATION .PP Not declared in a Wine header. The function is either undocumented, or missing from Wine. .PP Implemented in \fB"dlls/kernel32/locale.c"\fR. .PP Debug channel \fB"nls"\fR.