Search found 3 matches
- Wed Mar 09, 2011 4:58 pm
- Forum: TsiLang Components Suite
- Topic: resourcestring -> the official solution
- Replies: 4
- Views: 11613
Dear Igor, Thank you for your answer. It is working as you described but I won't use because it makes me big mess in the source code. I decided to use arrays in the string unit because it much cleaner. I have to change my source either ways. Like this: unit Unit_Forditas; interface const NySz = 2; /...
- Tue Feb 22, 2011 11:11 am
- Forum: TsiLang Components Suite
- Topic: resourcestring -> the official solution
- Replies: 4
- Views: 11613
Dear Isiticov, Thank you for your help. I've tried to do as you described, but it seems something went wrong. Here is how my DM looks: unit Unit_Forditas; interface uses SysUtils, Classes, Unit_DM, siComp, siLngLnk; type TForditas = class(TDataModule) siLangLinked: TsiLangLinked; private { Private d...
- Thu Feb 17, 2011 4:40 pm
- Forum: TsiLang Components Suite
- Topic: resourcestring -> the official solution
- Replies: 4
- Views: 11613
resourcestring -> the official solution
Hi there, I've read through all of the topic of resourcestring. It seems to me that using resourcestring or const is not the best way. I have a project what I want to translate to several languages. At this time all of MessageDlg's strings are in one separate unit in resourcestring or const section....