Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save jbs1/9d34b24166807c82dd955ef06d8981ae to your computer and use it in GitHub Desktop.

Select an option

Save jbs1/9d34b24166807c82dd955ef06d8981ae to your computer and use it in GitHub Desktop.
Changing "LEGO Indiana Jones: The Original Adventures" language on Windows

Changing "LEGO Indiana Jones: The Original Adventures" language on Windows

Looking at various guides on the internet like this steam post it references the install.vdf file, which is, as far as I can tell, a steam-install specific file. If you have the game installed from a different launcher this file might not exist. And given that there seem no ingame language options available it seems it usually just chooses the language of the PC's region settings.

But luckily even without the file it seems, the same effect can be achieved by directly editing registry regardless of how you installed the game using these steps:

  • Open regedit with Windows + R
  • Manually rightclick-add the keys \LucasArts\IndianaJones_TOA to the path Computer\HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node
    • Depending on system the path might be Computer\HKEY_LOCAL_MACHINE\SOFTWARE
  • Rightclick-add a new DWORD value to the newly created keys with the name LanguageVal
  • Rightclick-modify the new value with the DECIMAL value off your desired language
    • It is important to select DECIMAL and not HEXADECIMAL as the base

Based on limited testing and the post mentioned above these values are valid:

lang val
english 1033
french 1036
italian 1040
german 1031
spanish 1034
danish 1030

This was tested on Win10x64 with the AmazonGames version of the game but it should probably work on other versions, too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment