Quote:
Originally Posted by sarmadi
Thanks to Fabioddq and Brunao.
It worked with me but it's only in English and me I like the game to be in French ..
Yes , I have installed the game firsly in French..any solution???
|
Code:
[Registry]
Root: HKLM; Subkey: SOFTWARE\Capcom\RERC; ValueName: locale; ValueType: String; ValueData: {code:GetLocales}; Flags: uninsdeletekey
Code:
function GetLocales(Param: string): string;
begin
case GetUILanguage and $3FF of
$10: Result:='1040';
$09: Result:='1033';
$0A: Result:='1034';
$07: Result:='1031';
$0C: Result:='1036';
$15: Result:='1045';
$19: Result:='1049';
$13: Result:='1043';
else Result:='1033';
end;
end;
Paste the function & the registry entry in the script