Sean,

I knew it was there but couldn't remember exactly where or what it was called. I went into the App Developer Reference manual and did a search for "language". It was about the 17th entry down. Just look at:

CurrentLanguage

This is a property of Application and returns a Language enum which will tell you what language the Window-Eyes UI is being displayed as.

For example,

If CurrentLanguage = langDutch Then
    Speak "The Window-Eyes ui is in Dutch"
End If

Doug

On 2/25/2012 5:06 AM, Sean Farrow wrote:

Hi:

Is there a way through scripting to obtain the language window-eyes is displaying it's user interface in?

I've looked in the reference and carn't seem to find anything.

Cheers

Sean.

Reply via email to