Hi Igor,
Can you please tell me how i can change the font for all siLang components programatically.
Basically my small test program failed miserably when tested in Japan because they do not have the same fonts that i am using. So i must grab the system default and then update all silang and silanglinked components as the software loads. I didn't see a function to do this and wondered if there's a quick way for this to be done.
Thanks in advance, nile.
Changing Font
Hi Nile,
You can try to use OnLinkToDispatcher event of TsiLangDicpatcher which is called each time any TsiLang links itself to dispatcher. And using ReplaceStringValue() method you can replace the content of translations for any language. BUT, I would suggest you just to try to switch to using Tahoma as font for all languages. Since it is installed in 99,9% Windows
and is Unicode font in order to handle complex characters.
Hope this helps.
You can try to use OnLinkToDispatcher event of TsiLangDicpatcher which is called each time any TsiLang links itself to dispatcher. And using ReplaceStringValue() method you can replace the content of translations for any language. BUT, I would suggest you just to try to switch to using Tahoma as font for all languages. Since it is installed in 99,9% Windows

Hope this helps.
Best regards,
Igor Siticov.
Igor Siticov.