View Single Post
  #15  
Old 15-09-2014, 17:12
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,043 Times in 3,086 Posts
pakrat2k2 is on a distinguished road
Quote:
Originally Posted by Elerian View Post
Thanks.
Can you add language choice and proper registry to installer? So, users can choose language and game will be installed in that language?

Code is easy:

Code:
Root: HKLM; SubKey: SOFTWARE\Maxis\The Sims 4; ValueType: string; ValueName: Locale; ValueData: en_US; Flags: uninsdeletevalue uninsdeletekeyifempty
.... only change in
Code:
ValueData
but how to add choice for installer i do not know.
Language choice for installer is chosen by selecting the correct flag, as far as installing in the correct language, you have to have it installed in that language for it to work.
Reply With Quote