<!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">
    Hello David,<br>
    <blockquote cite="mid:201105160909.54681.talmage@acm.org"
      type="cite">
      <pre wrap="">I considered that.  I don't think that's the right solution.  It's my 
intention to translate the help files into a number of languages.

</pre>
    </blockquote>
    That's easy. Then you can do:<br>
    QString aSupportFile =
    <br>
    QSupportSystem.openSupportFile(":/help/file_" +&nbsp;
    <style type="text/css">p, li { white-space: pre-wrap; }</style>QLocale::system().name()
    + ".html");
    <br>
    <blockquote cite="mid:201105160909.54681.talmage@acm.org"
      type="cite">
      <pre wrap="">Embedding each one in my application will make my application much bigger.
</pre>
    </blockquote>
    Not that much bigger. A html is not that big.<br>
    And why is it worse than having to copy all the files to a different
    directory?<br>
    <blockquote cite="mid:201105160909.54681.talmage@acm.org"
      type="cite">
      <pre wrap="">There has to be another way.  When I find it, I will share it here.
</pre>
    </blockquote>
    Okay, thanks.<br>
    <br>
    Cheers,<br>
    Timur<br>
  </body>
</html>