Click here to Skip to main content
15,891,253 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionchanging windows language in the code Pin
iayd14-Aug-08 1:46
iayd14-Aug-08 1:46 
AnswerRe: changing windows language in the code Pin
_AnsHUMAN_ 14-Aug-08 1:52
_AnsHUMAN_ 14-Aug-08 1:52 
GeneralRe: changing windows language in the code Pin
iayd14-Aug-08 1:58
iayd14-Aug-08 1:58 
GeneralRe: changing windows language in the code [modified] Pin
_AnsHUMAN_ 14-Aug-08 2:06
_AnsHUMAN_ 14-Aug-08 2:06 
AnswerRe: changing windows language in the code Pin
SandipG 14-Aug-08 2:14
SandipG 14-Aug-08 2:14 
GeneralRe: changing windows language in the code Pin
iayd14-Aug-08 2:31
iayd14-Aug-08 2:31 
GeneralRe: changing windows language in the code Pin
David Crow14-Aug-08 3:45
David Crow14-Aug-08 3:45 
AnswerRe: changing windows language in the code Pin
Nemanja Trifunovic14-Aug-08 3:11
Nemanja Trifunovic14-Aug-08 3:11 
iayd wrote:
I want to change windows language in the code


Not sure what you mean by "change windows language". Do you want to change the system locale, user locale, input locale, thread locale or UI language?

Basically, you can programatically change only the thread locale, and for that you need to call SetThreadLocale function. The thread locale determines things like formatting of dates and currency for the thread.


QuestionRe: changing windows language in the code Pin
David Crow14-Aug-08 3:49
David Crow14-Aug-08 3:49 
AnswerRe: changing windows language in the code Pin
iayd14-Aug-08 4:20
iayd14-Aug-08 4:20 
GeneralRe: changing windows language in the code Pin
Nemanja Trifunovic14-Aug-08 4:42
Nemanja Trifunovic14-Aug-08 4:42 
GeneralRe: changing windows language in the code Pin
iayd14-Aug-08 5:05
iayd14-Aug-08 5:05 
Questioncannot compile Pin
Mogaambo14-Aug-08 1:12
Mogaambo14-Aug-08 1:12 
AnswerRe: cannot compile Pin
Michael Schubert14-Aug-08 1:35
Michael Schubert14-Aug-08 1:35 
QuestionWaitForSingleObject doesn't work for waiting till the completion of the Thread [modified] Pin
ptr_Electron14-Aug-08 0:27
ptr_Electron14-Aug-08 0:27 
AnswerRe: WaitForSingleObject doesn't work for waiting till the completion of the Thread Pin
Roger Stoltz14-Aug-08 1:42
Roger Stoltz14-Aug-08 1:42 
QuestionHide a program exe from the Task Manager process list Pin
tns_ranjith13-Aug-08 23:31
tns_ranjith13-Aug-08 23:31 
AnswerRe: Hide a program exe from the Task Manager process list Pin
Cedric Moonen13-Aug-08 23:32
Cedric Moonen13-Aug-08 23:32 
AnswerRe: Hide a program exe from the Task Manager process list Pin
Hamid_RT13-Aug-08 23:36
Hamid_RT13-Aug-08 23:36 
AnswerRe: Hide a program exe from the Task Manager process list Pin
ThatsAlok19-Aug-08 20:43
ThatsAlok19-Aug-08 20:43 
QuestionDll function calls are not called right Pin
dj440013-Aug-08 23:00
dj440013-Aug-08 23:00 
AnswerRe: Dll function calls are not called right Pin
toxcct13-Aug-08 23:30
toxcct13-Aug-08 23:30 
AnswerRe: Dll function calls are not called right Pin
Dan14-Aug-08 9:15
Dan14-Aug-08 9:15 
GeneralRe: Dll function calls are not called right Pin
dj440019-Aug-08 23:03
dj440019-Aug-08 23:03 
QuestionProcess manager Pin
tns_ranjith13-Aug-08 22:52
tns_ranjith13-Aug-08 22:52 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.