I have a number of frames with TsiLang components on them. The application can either use built-in language data (English only) orload an external SIB file, if present, with English + other languages.
If I load translations forem an SIB file, everything works fine (at least as far as TsiLang is concerned... there are other problems there

If I use data stored in the application itself, though, strings on frames are always blank. At design time I can se that they are in the siLang component. At run time, there are no strings present in siLang at all...
After browsing the forum, I tried calling Dispatcher's Loaded method in form's OnCreate event. I also tried calling siLang's own Loaded method, but it is private. Did not help even when I made it public anyway...
Anmy suggestions?
Thanks!
-Boris