View Single Post
  #5  
Old 15-06-2011, 23:47
kyozbladex kyozbladex is offline
Registered User
 
Join Date: Feb 2010
Location: Venezuela
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
kyozbladex is on a distinguished road
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...
Reply With Quote