Jump to content

Question about _EventLog__Read() function


Guest
 Share

Recommended Posts

Hello,

Does this function retun the data only in english?

I guess not .. if not then I need that the function will return the data in english even if in the user machine the language of the even log is different.

 

I saw that it is possible and it was done here:
http://stackoverflow.com/questions/11777154/extract-eventlog-messages-in-a-specific-language

But I do not know how to translate it to Autoit ..
 

The only reason why I need it is because [10] - Event source that retuned from this function.

[ 8] - Event type string have an number version - which is [ 7] - Event type.

so Instead check for the english word "Error", I check for the number 1 (Because I know that 1 is "Error" or another word in another language with the same meaning)

But for [10] - Event source I dont see number number version. or maybe I missed it?

Without number number version I have to rely on the word "Application"

 

Thank for helpers!

 

EDIT:

Now I see that I don't need to check for [10] - Event source  Because I opened the evnt handle with $sSourceName = 'Application'

$hEventLog = _EventLog__Open('', 'Application')

In any event I would get an array with [10] = 'Application' so I don't need to check for it.

But still I'm not sure that this line will work on non-english computer..  Or is it? I would love to get an answer for that.

If this line will work correctly in non-english computer then everything is fine

 

EDIT:

I'm just not sure where I should ask this ..
Maybe I should ask this in General Help and Support ..

If it does not fit here, then please move it General Help and Support

Edited by Guest
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...