How I can have internationalized dialog boxes?

All announcements, questions and issues related to the TsiLang Components Suite.
Post Reply
Richy
Posts: 18
Joined: Fri Aug 02, 2019 4:51 pm

How I can have internationalized dialog boxes?

Post by Richy »

Hi guys, use the following code but tsilang doesn't recognize it
SyncService.ShowMessageSync ('Payment Confirmed');

how can I implement it?

Thanks
isiticov
Site Admin
Posts: 2383
Joined: Thu Nov 21, 2002 3:17 pm

Post by isiticov »

Hello,

TsiLang Expert available in IDE's Tools menu can analyze your source file, collect and translate strings and string constants used in your source code. Just select File|Source|With Form in TsiLang Expert’s menu and it will scan selected unit and collect all strings used in sources.
Best regards,
Igor Siticov.
Post Reply