Search found 2415 matches

by isiticov
Thu Jan 30, 2025 7:34 am
Forum: TsiLang Components Suite
Topic: How to add new strings to existing application
Replies: 1
Views: 397

Re: How to add new strings to existing application

Hello, Just add the necessary string(s) to the place you need them and just use the TsiLang Expert: 2025-01-30_11-27-46.png The CONST Section commands if the strings declared as global constants/variables, or Strings in Source , in case new strings added into the code. Expert will re-scan the select...
by isiticov
Tue Jan 28, 2025 11:23 am
Forum: TsiLang Components Suite
Topic: unable to load Tsilang_XE104.bpl
Replies: 6
Views: 523

Re: unable to load Tsilang_XE104.bpl

It is strange that the error message doesn't display which module it can't load. TsiLang_XE104.bpl loads 2 other BPLs and they do exist in the folder as I can see. If you remove the TsiLang package from the list in Packages Manager and then add it manually. Does the error message differ? Will the er...
by isiticov
Tue Jan 28, 2025 9:40 am
Forum: TsiLang Components Suite
Topic: unable to load Tsilang_XE104.bpl
Replies: 6
Views: 523

Re: unable to load Tsilang_XE104.bpl

Are there any other BPLs in the folder: c:\users\dchesnet\Documents\Embarcadero\Studio\21\Bpl\ and they are installed into RAD Studio 10.4? Are there also the TsiLang_XE104r.bpl file? Because it is strange that the file was installed into this folder, as usual location would be the sub-folder under ...
by isiticov
Tue Jan 28, 2025 4:54 am
Forum: TsiLang Components Suite
Topic: unable to load Tsilang_XE104.bpl
Replies: 6
Views: 523

Re: unable to load Tsilang_XE104.bpl

Hello, It looks like this IDE key in the registry was left from previous (older) installation of TsiLang Components Suite. Just click Remove and then Add and select TsiLang_XE104.bpl located in C:\Users\Public\Documents\Embarcadero\Studio\21.0\BPL as the version installs packages there. I would reco...
by isiticov
Mon Jan 27, 2025 5:24 am
Forum: TsiLang Components Suite
Topic: TsiSaveDialog missing translations
Replies: 1
Views: 378

Re: TsiSaveDialog missing translations

Hello,
If you're talking about the Title property of the save dialog, then it is translated the same way as for usual dialogs. Just enter the Title property for the dialog component and then translate it through OtherStrings property:
2025-01-27_09-22-18.png
2025-01-27_09-22-18.png (12.77 KiB) Viewed 284 times
2025-01-27_09-23-21.png
2025-01-27_09-23-21.png (32.24 KiB) Viewed 284 times
by isiticov
Sun Jan 05, 2025 3:43 am
Forum: TsiLang Components Suite
Topic: How to get ChatGPT work?
Replies: 6
Views: 14999

Re: How to get ChatGPT work?

Hello,

Are you sure your ChatGPT settings window looks similar (except for API key)?
Screenshot 2025-01-05 074146.png
Screenshot 2025-01-05 074146.png (40.84 KiB) Viewed 3400 times
by isiticov
Mon Dec 23, 2024 4:43 pm
Forum: TsiLang Components Suite
Topic: DevExpress resource strings
Replies: 8
Views: 6141

Re: DevExpress resource strings

Hello, 1. The dialog property is not available for TSiLangLinked only for TSiLang 2. If I switch to "French" the Button for standard dialog with "Yes" and "No" is "Abort" and "Retry". I think it related to issue 1. Just set CommonContainer property o...
by isiticov
Wed Dec 18, 2024 12:22 pm
Forum: TsiLang Components Suite
Topic: DevExpress resource strings
Replies: 8
Views: 6141

Re: DevExpress resource strings

Hello, You don't need to use the Resource Import Wizard in this case. Just enter the translations for the items in Locales section of TsiLang. If this still won't work then this would mean that DevExpress controls initialize the UI strings once upon creation using the Locales and don't update them l...
by isiticov
Mon Dec 16, 2024 1:29 am
Forum: TsiLang Components Suite
Topic: DevExpress resource strings
Replies: 8
Views: 6141

Re: DevExpress resource strings

Hello,
The most possible that these strings are taken not from the resources but from the Locales. Try to translate locale strings in Locales section of TsiLang and don't forget to set ChangeLocales property to True:
Screenshot 2024-12-16 052621.png
Screenshot 2024-12-16 052621.png (67.46 KiB) Viewed 6057 times
by isiticov
Thu Nov 14, 2024 12:04 pm
Forum: TsiLang Components Suite
Topic: Error when installing in Windows 11 inside VM on Mac ARM
Replies: 14
Views: 52014

Re: Error when installing in Windows 11 inside VM on Mac ARM

If you don’t wish to manually install packages and path settings to the library settings then installing trial before copying will make it easier. If you don’t mind making changes manually then trial installation is not needed.
by isiticov
Thu Nov 14, 2024 9:51 am
Forum: TsiLang Components Suite
Topic: Error when installing in Windows 11 inside VM on Mac ARM
Replies: 14
Views: 52014

Re: Error when installing in Windows 11 inside VM on Mac ARM

Hello, Actually, you don't really need IDE installed to install TsiLang Components Suite. You can just complete the install and then copy TsiLang's install folder to your VM. The only additional thing to do would be manually install TsiLang_12.bpl into the IDE using menu Component | Install Packages...
by isiticov
Wed Nov 13, 2024 3:27 pm
Forum: TsiLang Components Suite
Topic: Win64 modern - Link error
Replies: 12
Views: 10705

Re: Win64 modern - Link error

Finally, the problem was detected and resolved completely. Please re-download and it shall work without any other actions, just as always.
by isiticov
Wed Nov 13, 2024 1:07 pm
Forum: TsiLang Components Suite
Topic: Ann: TsiLang Components Suite v7.9.7 – Now with Localization Quality Assurance (LQA)!
Replies: 0
Views: 4371

Ann: TsiLang Components Suite v7.9.7 – Now with Localization Quality Assurance (LQA)!

We’re thrilled to announce TsiLang Components Suite v7.9.7 , now featuring Localization Quality Assurance (LQA) Analytics ! This powerful new tool flags common translation issues such as missing placeholders, overly long strings, and formatting mismatches. LQA helps you maintain high-quality transla...
by isiticov
Wed Nov 13, 2024 6:10 am
Forum: TsiLang Components Suite
Topic: Win64 modern - Link error
Replies: 12
Views: 10705

Re: Win64 modern - Link error

Hello, New build is just published and it finally looks like the problem is resolved. Few things to mention for using TsiLang components with Win64 modern target platform: 1. Use of run-time packages shall be disabled in project options. 2. When IDE will ask for the .LIB files shall be selected &quo...
by isiticov
Tue Nov 12, 2024 12:18 pm
Forum: TsiLang Components Suite
Topic: Win64 modern - Link error
Replies: 12
Views: 10705

Re: Win64 modern - Link error

Sorry for all these troubles. We're disappointed as well with this functionality. :( So far, the only (like 100%) working sequence (for Win64 Modern) is: 1. Create a new project. 2. In the project settings: 2.1 Use of run-time packages is disabled . 2.2 In the settings Building | Delphi Compiler | O...