i found out that TsiLang does not detect text that are on Tchart control
for example :
Tchart.Title.strings does not detected
is that a bug or ... ?
thank you
Asi
Search found 4 matches
- Thu Mar 18, 2004 5:16 pm
- Forum: TsiLang Components Suite
- Topic: chart caption
- Replies: 1
- Views: 7626
- Sun Feb 29, 2004 5:17 pm
- Forum: TsiLang Components Suite
- Topic: undo ....
- Replies: 1
- Views: 7124
undo ....
Hello,
1) After i used the wizrard IDS_XX has been added to the sources.
If i made this action by mistake can i undo/clear the changes in the source ?
2) in the Translation editor : can i mark for example on the Strings section group of lines and delete it ?
thank you
Asi
1) After i used the wizrard IDS_XX has been added to the sources.
If i made this action by mistake can i undo/clear the changes in the source ?
2) in the Translation editor : can i mark for example on the Strings section group of lines and delete it ?
thank you
Asi
- Fri Feb 27, 2004 12:21 pm
- Forum: TsiLang Components Suite
- Topic: sil files and more ...
- Replies: 1
- Views: 7650
sil files and more ...
Hi As far as i understand by default the translating are store in the DFM 1) Can the default be in sil file (MyForm.sil) ? 2) Even after i explicit save it on sil files i can see only the data after i made at least one chage in the translation (Language2) , can i see by default all the data in sil f...
- Thu Feb 19, 2004 4:57 pm
- Forum: TsiLang Components Suite
- Topic: const section
- Replies: 1
- Views: 7754
const section
Hello, I try to replace a strings in const section as result tsiLang add source code at TMainForm.UpdateStrings procedure. for example const_noMoreInputdoc := siLang1.GetTextOrDefault('strconst_noMoreInputdoc'); const__DocSave := siLang1.GetTextOrDefault('strconst__DocSave'); But when i try to compi...