Search found 6 matches

by jdbacco
Mon Mar 26, 2012 7:38 pm
Forum: TsiLang Components Suite
Topic: translationg picklist from dbgrid comumn
Replies: 1
Views: 7325

translationg picklist from dbgrid comumn

I have a grid with serveral columns.
I can translate the title.caption but not the picklist
dbgrid.Columns[3].Picklist

is it possible to translate a picklist of a column in a dbgrid?
by jdbacco
Mon Apr 23, 2007 10:34 pm
Forum: TsiLang Components Suite
Topic: TsiLang CS 6.1 install problem
Replies: 3
Views: 11573

TsiLang CS 6.1 install problem

Hi,

For Delphi 2006: i think package
Units\Packages\TSiLang_D2006.bpl
has to be copied ino the directory where your BPL's are stored
eg. My Documents\Borland Studio Projects\Bpl

Perhaps, it is needed to open and recompile the dpk.

Igor should confirm this

Greetings
Johan
by jdbacco
Sat Nov 11, 2006 8:48 pm
Forum: TsiLang Components Suite
Topic: Converting application from Tmultilang to TsiLang
Replies: 0
Views: 10237

Converting application from Tmultilang to TsiLang

I have been using Tmultilang as a localization tools up to now. I recently changed from Delphi 5 to 2006, and had problems with the multilang language editor in Delphi 2006. It seems support for Tmultilang has stopped and there is no upgrade available to use it in Delphi 2006. So I am converting my ...
by jdbacco
Sat Nov 11, 2006 8:39 pm
Forum: TsiLang Components Suite
Topic: Automatically excluding components (eg TTable)
Replies: 1
Views: 6361

Automatically excluding components (eg TTable)

Is it possible to make tsilang automatically exclude some components, like it is possible to exclude some properties which are in the SI.INC file? I am converting my application that now uses Tmultilang to TsiLang. I want to exclude all TTable and TQuery components (and its decendants from RX-lib TR...
by jdbacco
Sat Oct 28, 2006 3:08 pm
Forum: TsiLang Components Suite
Topic: GETTEXT: retrieving text from strings for non-active languag
Replies: 2
Views: 8265

Thanks
I used SiLang1.GetstringValue( SiLang1.Strings, ID, LanguageNumber)
It works fine.
by jdbacco
Sat Oct 28, 2006 10:17 am
Forum: TsiLang Components Suite
Topic: GETTEXT: retrieving text from strings for non-active languag
Replies: 2
Views: 8265

GETTEXT: retrieving text from strings for non-active languag

How can I retrieve the text for a string for a language which is not the current language of the TsiLang conponent? There is no parameter to specify for which language the result should be returned: Eg : the form is using language 1, but I want to retrieve a value for a string in lagguage 2 because ...