|
|
|
|
|||||||
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
#1
|
||||
|
||||
|
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??? |
| Sponsored Links |
|
#2
|
||||
|
||||
|
Quote:
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;
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| INDEX - CD2DVD Conversion Index **UPDATED: 17-07-2024** | Grumpy | PC Games - CD/DVD Conversions | 252 | 16-07-2024 20:35 |
| Resident Evil Operation Raccoon City (2xDVD5 - Inno + Freearc) | Fabioddq | PC Games - CD/DVD Conversions | 32 | 25-08-2014 18:35 |