Search found 2 matches

by anudedeus
Mon Apr 07, 2014 2:15 pm
Forum: TsiLang Components Suite
Topic: How to UN-translate a string?
Replies: 3
Views: 11044

But my FStringsColl.count is 0

Thanks, but for some reason, even though I have 21 languages loaded, the collection count is still 0. See example below, what am I doing wrong? type TAccessTsi = class(TsiCustomLang); procedure TMyForm.StatusBarDblClick(Sender: TObject); var lStr : TsiStringsCollection; s : String; i : Integer; L : ...
by anudedeus
Thu Apr 03, 2014 8:07 am
Forum: TsiLang Components Suite
Topic: How to UN-translate a string?
Replies: 3
Views: 11044

How to UN-translate a string?

My default language is English, but the user configuration might be using for example Portuguese in the application (i.e. the active language is Portuguese). How do I use any tranlated word (a string in a const section) that is currently translated to Portuguese and find out the original English(def...