Quote:
Originally Posted by yener90
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.