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?
Search found 6 matches
- Mon Mar 26, 2012 7:38 pm
- Forum: TsiLang Components Suite
- Topic: translationg picklist from dbgrid comumn
- Replies: 1
- Views: 8600
- Mon Apr 23, 2007 10:34 pm
- Forum: TsiLang Components Suite
- Topic: TsiLang CS 6.1 install problem
- Replies: 3
- Views: 14239
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
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
- Sat Nov 11, 2006 8:48 pm
- Forum: TsiLang Components Suite
- Topic: Converting application from Tmultilang to TsiLang
- Replies: 0
- Views: 12461
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 ...
- Sat Nov 11, 2006 8:39 pm
- Forum: TsiLang Components Suite
- Topic: Automatically excluding components (eg TTable)
- Replies: 1
- Views: 7679
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...
- Sat Oct 28, 2006 3:08 pm
- Forum: TsiLang Components Suite
- Topic: GETTEXT: retrieving text from strings for non-active languag
- Replies: 2
- Views: 9388
- Sat Oct 28, 2006 10:17 am
- Forum: TsiLang Components Suite
- Topic: GETTEXT: retrieving text from strings for non-active languag
- Replies: 2
- Views: 9388
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 ...