Overview
Hey guys, in this guide i will show you guys how to change the Language in Lego Batman: The Videogame!
The File which needs to be changed
it’s very easy, just go to the game folder of Lego Batman, i think for the most of you it is this path:
C:Program Files (x86)SteamsteamappscommonLego Batman
there should be a file called “21000_install(.vdf)“
Open this file with Notepad or Wordpad, you know what i mean.
If you have opened it, it should be look like this
{
“registry”
{
“HKEY_LOCAL_MACHINE\SOFTWARE\Warner Bros Interactive Entertainment\LEGOBatman”
{
“string”
{
“PathVal” “%INSTALLDIR%”
}
“dword”
{
“SilentVal” “0”
}
}
“HKEY_LOCAL_MACHINE\SOFTWARE\Warner Bros Interactive Entertainment\LEGOBatman”
{
“dword”
{
“english”
{
“LanguageVal” “xxxx“
}
“french”
{
“LanguageVal” “3084”
}
“spanish”
{
“LanguageVal” “2058”
}
}
}
}
“Run Process”
{
“DirectX”
{
“process 1” “%INSTALLDIR%\DirectX\DXSETUP.exe”
“command 1” “/silent”
“NoCleanUp” “1”
}
}
}
“kvsignatures”
{
“installscript” “62c68a48bb0e94aecce01f59cfe67876d39de0125a470a1a1655ae432b6d4cf13ac95d9651d504d8e3ae916809a412b3bb22011d285f47055ac4dcefebd372482567cf01aed9f8c74c317c5e58e7db499cde359fc9a499683f5ce64e19edb1926013bec3f2d8a49f2a50b0f8793007bb36df87e386520e6e1cd36970f8f9b53c”}
change the file
as you can see there are 3 languages:
{
“LanguageVal” “xxxx“
}
“french”
{
“LanguageVal” “3084”
}
“spanish”
{
“LanguageVal” “2058”
now you have to change the xxxx into the language-number you want.
here are the the numbers for the languages:
english = xxxx
german = 1031
here are some language-codes i found:
italian: 1040
danish: 1030
If you are done it needs to look like this:
{
“registry”
{
“HKEY_LOCAL_MACHINE\SOFTWARE\Warner Bros Interactive Entertainment\LEGOBatman”
{
“string”
{
“PathVal” “%INSTALLDIR%”
}
“dword”
{
“SilentVal” “0”
}
}
“HKEY_LOCAL_MACHINE\SOFTWARE\Warner Bros Interactive Entertainment\LEGOBatman”
{
“dword”
{
“english”
{
“LanguageVal” “1031”
}
“french”
{
“LanguageVal” “3084”
}
“spanish”
{
“LanguageVal” “2058”
}
}
}
}
“Run Process”
{
“DirectX”
{
“process 1” “%INSTALLDIR%\DirectX\DXSETUP.exe”
“command 1” “/silent”
“NoCleanUp” “1”
}
}
}
“kvsignatures”
{
“installscript” “62c68a48bb0e94aecce01f59cfe67876d39de0125a470a1a1655ae432b6d4cf13ac95d9651d504d8e3ae916809a412b3bb22011d285f47055ac4dcefebd372482567cf01aed9f8c74c317c5e58e7db499cde359fc9a499683f5ce64e19edb1926013bec3f2d8a49f2a50b0f8793007bb36df87e386520e6e1cd36970f8f9b53c”}
just hit save, and you are done.
I hope this guide helped you to change the game to your language 🙂
extra info for Windows 10 Users
from Lauchboy
Originally posted by Lauchboy:I had to change the value in the registry too beside this one in the 21000_install.vdf file.
key (Windows 10):
[HKEY_LOCAL_MACHINESOFTWAREWOW6432NodeWarner Bros Interactive EntertainmentLEGOBatman]
Hope this helps.