if
(
version of regapp "iexplore.exe" < "7"
)
then
(
(
(
it contains "English" OR
(
it contains "Turkish" AND NOT x64 of operating system
)
OR it contains "Italian" OR
(
it contains "Hungarian" AND NOT x64 of operating system
)
OR it contains "Spanish" OR
(
it contains "Polish" AND NOT x64 of operating system
)
OR
(
it contains "Dutch" AND NOT x64 of operating system
)
OR it contains "Korean" OR it contains "French" OR it contains "German" OR it contains "Japanese" OR
(
it contains "Czech" AND NOT x64 of operating system
)
)
of language of version block of file "kernel32.dll" of system folder
)
OR
(
exists key "HKLM\System\CurrentControlSet\Control\Nls\MUILanguages" whose
(
exists value of it
)
of registry
)
)
else
(
true
)
if (version of regapp "iexplore.exe" < "7") then (((it contains "English" OR (it contains "Turkish" AND NOT x64 of operating system) OR it contains "Italian" OR (it contains "Hungarian" AND NOT x64 of operating system) OR it contains "Spanish" OR (it contains "Polish" AND NOT x64 of operating system) OR (it contains "Dutch" AND NOT x64 of operating system) OR it contains "Korean" OR it contains "French" OR it contains "German" OR it contains "Japanese" OR (it contains "Czech" AND NOT x64 of operating system)) of language of version block of file "kernel32.dll" of system folder) OR (exists key "HKLM\System\CurrentControlSet\Control\Nls\MUILanguages" whose (exists value of it) of registry)) else (true)