Adventure Game Studio

AGS Support => Advanced Technical Forum => Topic started by: tiagocorreia on Wed 31/05/2006 15:06:15

Title: Translation of Setup
Post by: tiagocorreia on Wed 31/05/2006 15:06:15
Hi,

How can I translate the setup program?
Title: Re: Translation of Setup
Post by: Pumaman on Wed 31/05/2006 20:11:52
Currently you can't. However if you really need to, there are two options:
1) use a Resource Hacker to edit the Dialog resource in the EXE to change the strings (not recommended and will only allow 1 translation)
2) write your own setup program in VB or something that writes to the AGS config file, and make it translatable (again, not really recommended).