<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    On 10.09.2011 12:05, Marco van de Voort wrote:
    <blockquote cite="mid:20110910090502.43A4A17537@turtle.stack.nl"
      type="cite">
      <pre wrap="">In our previous episode, Anton Kavalenka said:
</pre>
      <blockquote type="cite">
        <pre wrap="">This being translated always and is Delphi compatible
</pre>
      </blockquote>
      <pre wrap="">
It is if you use Delphi based resources for translating. It is not if you
use thirdparty translation packages udner Delphi like e.g. dxgettext 
_______________________________________________
fpc-devel maillist  -  <a class="moz-txt-link-abbreviated" href="mailto:fpc-devel@lists.freepascal.org">fpc-devel@lists.freepascal.org</a>
<a class="moz-txt-link-freetext" href="http://lists.freepascal.org/mailman/listinfo/fpc-devel">http://lists.freepascal.org/mailman/listinfo/fpc-devel</a>
</pre>
    </blockquote>
    <font face="Helvetica, Arial, sans-serif">Lazarus default translator
      would work with this as well.<br>
      <br>
    </font><font face="Helvetica, Arial, sans-serif">string is
      TResStringRec structure</font><br>
    <font face="Helvetica, Arial, sans-serif">I keep the pointer of the
      structure but not of the string data content (which is structure
      member) - <br>
      so translating content won't affect the structure pointer.<br>
      <br>
      regards,<br>
      Anton<br>
      <br>
    </font>
  </body>
</html>