Strange reposition of strings wile translating source

All announcements, questions and issues related to the TsiLang Components Suite.
Post Reply
davornik
Posts: 4
Joined: Wed Jan 04, 2012 10:29 am

Strange reposition of strings wile translating source

Post by davornik »

Delphi XE5. When I translate source i get completely strange positions of text. Text is writen with č,ć,ž.. and so on. Source is saved in UTF8. For example:

begin
hMainDevice:=0;
StatusBar1.SimpleText:='USsiLang1.GetTextOrDefault('IDS_16' (* 'Device registered: False' *) ) if Form2.cbDebug.Checked then Memo1.Lines.Append(DateTimeToStr(Now)+': siLang1.GetTextOrDefault('IDS_17' (* ': Removed: ' *) )evName);
end;
isiticov
Site Admin
Posts: 2383
Joined: Thu Nov 21, 2002 3:17 pm

Post by isiticov »

Could you please send us sample unit where this problem could be reproduced?
Best regards,
Igor Siticov.
Post Reply