|
yeah i did... but i didnt want to do if after instalation... i needed to be in spanish all the time... so.. in my last attemp... i just added this line to the end of the "dirt 3.iss" in the part where it start to call the langID so it could take the spanish lang:
3082: Result:='3082';
where "3082" is the spanish locale string for the reg entry, if for some people still doesnt work.. try to make your lang as default by changin the last line:
else Result:='1033';
in that line you need to change the "1033" for your ID lang in your registry... thats if isnt already in the list...
btw... works perfect on win7 32bits... thx man...
|