PDA

View Full Version : VBA code to get Internet Explorer language from registry



rolo
06-29-2017, 12:36 PM
I have try this, but it doesn´t work:


Msgbox CreateObject("WScript.Shell").RegRead("HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\International\AcceptLanguage")

Please help....thanks!

Leith Ross
06-29-2017, 10:12 PM
Hello Rolo,

I am running Windows 7 with Internet Explorer 11. I do have the registry subkey "HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\International\AcceptLanguage". I only have "HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\International". Why do you need to obtain this information from the registry? What exactly are you looking for?