Issue using HandleResourceStrings by third party component

All announcements, questions and issues related to the TsiLang Components Suite.
Post Reply
simu
Posts: 1
Joined: Wed May 16, 2018 7:50 am

Issue using HandleResourceStrings by third party component

Post by simu »

Hi,
we are using HandleResourceStrings := True in TsiLang. If enable this, a third party component TScSSHClient from Devart Securebridge, fails in some functions. I addressed this issue to them and they replied as follow:
"Yes, SecureBridge uses resourcestring to store string constants. Since the cause of this behavior is related to the use of a third-party component, you can contact its developer to solve your task."

Now I feel poor in between, managing an issue which is not in my sourcecode and comes from using two different component in my application.

Is there anything you can help?
BR
Simu
isiticov
Site Admin
Posts: 2383
Joined: Thu Nov 21, 2002 3:17 pm

Post by isiticov »

Hello,

It might be that you've unintentionally picked-up and translated some resourcestring constants from SecureBridge that shall not be translated and they rely on their value and this cause some of their functions to fail. Just try to locate resourcestrings related to them and exclude them from translations. If TsiLang doesn't find the translation for the resource string it just uses the original value and this may help to fix this issue.
Hope this helps.
Best regards,
Igor Siticov.
Post Reply