Page 1 of 1

INI File Format for the Import Wizard

Posted: Wed Dec 01, 2021 7:40 pm
by fiachra
Hi,

Can anyone provide me an example of the format for the INI file that you can import using the siiniimport.exe wizard. I need to import multiple strings to a form in Delphi, but can't find an example of what it should look like.

Thanks,

Fiachra

Re: INI File Format for the Import Wizard

Posted: Thu Dec 02, 2021 12:20 pm
by isiticov
Hello,

I would recommend just the following:
1. Save your form's translations to SIl file
2. SIL file is a simple INI-like file format.
3. Add your strings in a SIL file format to the [Strings] section.
4. Load the SIL file back to your form.

This way you can easily merge a bulk of strings.

Re: INI File Format for the Import Wizard

Posted: Sun Dec 05, 2021 6:11 pm
by fiachra
That's great Igor,

Thank you.

Fiachra