|
There is an error in registry to play in foreign language , locale=1033 is only for english !
To play in french language , you need to edit and remplace 1033 by 1036 in registry or in InstallerScript.iss
[HKEY_LOCAL_MACHINE\SOFTWARE\Sega\Binary Domain]
Locale=1036
All the code for language:
English=1033
Deutch=1031
French=1036
Italian=1040
Spanish=3082
Last edited by Hexens; 29-04-2012 at 03:57.
|