View Single Post
  #15  
Old 26-06-2012, 07:29
Fabioddq's Avatar
Fabioddq Fabioddq is offline
Die Hard Member
 
Join Date: Oct 2011
Location: Earth
Posts: 1,221
Thanks: 336
Thanked 2,147 Times in 427 Posts
Fabioddq is on a distinguished road
Quote:
Originally Posted by yener90 View Post
unfortunately those codes are not predefined.
ubisoft uses different codes everytime.
in driver it was
0 = English
1 = German
....

i dont have the game so i cant analyze completely.
if your codes are correct you can use those lines for script:
Code:
Root: HKLM; SubKey: "SOFTWARE\{code:GetAppPublisher}\{code:GetAppName}"; ValueType: dword; ValueName: langId; ValueData: 1; Flags: uninsdeletevalue uninsdeletekeyifempty
Root: HKLM; SubKey: "SOFTWARE\{code:GetAppPublisher}\{code:GetAppName}"; ValueType: dword; ValueName: langId; ValueData: 3; Flags: uninsdeletevalue uninsdeletekeyifempty; Languages: ger;
Root: HKLM; SubKey: "SOFTWARE\{code:GetAppPublisher}\{code:GetAppName}"; ValueType: dword; ValueName: langId; ValueData: 4; Flags: uninsdeletevalue uninsdeletekeyifempty; Languages: fre;
Root: HKLM; SubKey: "SOFTWARE\{code:GetAppPublisher}\{code:GetAppName}"; ValueType: dword; ValueName: langId; ValueData: 5; Flags: uninsdeletevalue uninsdeletekeyifempty; Languages: spa;
Root: HKLM; SubKey: "SOFTWARE\{code:GetAppPublisher}\{code:GetAppName}"; ValueType: dword; ValueName: langId; ValueData: 6; Flags: uninsdeletevalue uninsdeletekeyifempty; Languages: ita;
Root: HKLM; SubKey: "SOFTWARE\{code:GetAppPublisher}\{code:GetAppName}"; ValueType: dword; ValueName: langId; ValueData: 9; Flags: uninsdeletevalue uninsdeletekeyifempty; Languages: porbr;
Root: HKLM; SubKey: "SOFTWARE\{code:GetAppPublisher}\{code:GetAppName}"; ValueType: dword; ValueName: langId; ValueData: 10; Flags: uninsdeletevalue uninsdeletekeyifempty; Languages: nor;
Root: HKLM; SubKey: "SOFTWARE\{code:GetAppPublisher}\{code:GetAppName}"; ValueType: dword; ValueName: langId; ValueData: 11; Flags: uninsdeletevalue uninsdeletekeyifempty; Languages: dan;
you have forget or not found polish, dutch and swedish
Thanks yener, i will fixed. Yes, i'm not found polish, dutch and swedish.
I'll have to install the game in these languages ​​to learn.

EDIT...

Updated to v1.1:

Fixed reg entries for all languages supported by the game. (Thanks to yener90).
Not more necessary to change the registry. Just install the game in the language of your choice.

Last edited by Fabioddq; 26-06-2012 at 10:35.
Reply With Quote