Can't translate strings!
Posted: Thu Jan 03, 2008 2:06 pm
Hi,
I' ve installed last version 6.2.2 of TSI Lang but I have some problem with string translation.
I have a sil file that contain my string:
TfrmTAG.IDS_421=No element is selectable!~!@#$Nessun elemento selezionabile!~!@#$
In my form I have simply to display this message, I use
siLang1.GetTextOrDefault('IDS_421' (* 'Nessun elemento selezionabile!' *) )
Element IDS_421 is present in my file but siLang1 returns me an empty string.
I've tried to change Identifier but nothing happens, my siLang1 is not null and shows some string near to this.
I have this problem frequently. What can I do?
Thanks
I' ve installed last version 6.2.2 of TSI Lang but I have some problem with string translation.
I have a sil file that contain my string:
TfrmTAG.IDS_421=No element is selectable!~!@#$Nessun elemento selezionabile!~!@#$
In my form I have simply to display this message, I use
siLang1.GetTextOrDefault('IDS_421' (* 'Nessun elemento selezionabile!' *) )
Element IDS_421 is present in my file but siLang1 returns me an empty string.
I've tried to change Identifier but nothing happens, my siLang1 is not null and shows some string near to this.
I have this problem frequently. What can I do?
Thanks