Prev: How to resolve the ftLastWriteTime field bug of FtpFindFirstFile in wininet.dll?
Next: How to abort FindFirstFile or FindNextFile when taking too long
From: Sa3Q on 11 Nov 2009 09:14 hello all, my problem that i can't get the language id that has been active in this time using c++ please can any one help me in that thank you
From: Christian ASTOR on 11 Nov 2009 09:23 On 11 nov, 15:14, Sa3Q <s3qs...(a)gmail.com> wrote: > my problem that i can't get the language id that has been active in > this time using c++ > please can any one help me in that For default language ID, you can see KB181604
From: Sa3Q on 11 Nov 2009 09:38 On 11 ÙÙÙ٠بر, 16:23, Christian ASTOR <casto....(a)club-internet.fr> wrote: > On 11 nov, 15:14, Sa3Q <s3qs...(a)gmail.com> wrote: > > > my problem that i can't get the language id that has been active in > > this time using c++ > > please can any one help me in that > > For default language ID, you can see KB181604 what did you mean by that please explain
From: Auric__ on 11 Nov 2009 10:02 On Wed, 11 Nov 2009 14:38:32 GMT, Sa3Q wrote: > On 11 نوفمبر, 16:23, Christian ASTOR <casto...(a)club-internet.fr> > wrote: >> On 11 nov, 15:14, Sa3Q <s3qs...(a)gmail.com> wrote: >> >> > my problem that i can't get the language id that has been active in >> > this time using c++ >> > please can any one help me in that >> >> For default language ID, you can see KB181604 > > what did you mean by that please explain When someone talks about KB######, they mean go to this address: http://support.microsoft.com/kb/###### ....and read the page. (Replace "######" with the actual number, in this case "181604".) -- Awesomeness has nothing to do with the Loch Ness monster.
From: Sa3Q on 12 Nov 2009 06:32
On 11 ÙÙÙ٠بر, 17:02, "Auric__" <not.my.r...(a)email.address> wrote: > On Wed, 11 Nov 2009 14:38:32 GMT, Sa3Q wrote: > > On 11 ÙÙÙ٠بر, 16:23, Christian ASTOR <casto...(a)club-internet.fr> > > wrote: > >> On 11 nov, 15:14, Sa3Q <s3qs...(a)gmail.com> wrote: > > >> > my problem that i can't get the language id that has been active in > >> > this time using c++ > >> > please can any one help me in that > > >> For default language ID, you can see KB181604 > > > what did you mean by that please explain > > When someone talks about KB######, they mean go to this address: >  http://support.microsoft.com/kb/###### > ...and read the page. (Replace "######" with the actual number, in this case > "181604".) > > -- > Awesomeness has nothing to do with the Loch Ness monster. ======================================== I don't want to know the default language i want to know the active language at this time if i have two language in my windows for example 1- EN 2- AR if i change the language using ALT+SHIFT i want to know by code in c++ that the language has been changed thank you |