Hi guys, its me again. Yesterday BrewManNH posted This on my thread #include <IE.au3> Local $oIE = _IE_Example("basic") ConsoleWrite(_IEPropertyGet($oIE, "browserlanguage") & @LF) The problem is that i need to use another handler on _IEPropertyGet function. This is what i`ve done so far. Func FileMenuTests($window)
Local $oIE = _IE_Example("basic")
Local $IELanguage = _IEPropertyGet($oIE , "browserlanguage") - my handler actually is $ie9handle but the only way i get to use p