INI File Format for the Import Wizard

All announcements, questions and issues related to the TsiLang Components Suite.
Post Reply
fiachra
Posts: 2
Joined: Thu Feb 15, 2007 10:26 am

INI File Format for the Import Wizard

Post 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
isiticov
Site Admin
Posts: 2383
Joined: Thu Nov 21, 2002 3:17 pm

Re: INI File Format for the Import Wizard

Post 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.
Best regards,
Igor Siticov.
fiachra
Posts: 2
Joined: Thu Feb 15, 2007 10:26 am

Re: INI File Format for the Import Wizard

Post by fiachra »

That's great Igor,

Thank you.

Fiachra
Post Reply