And there are two TranslateUnitResourceStrings functions. The one with 4
parameters expects the file mask, the other a specific .po file.
If the file does not exist it returns false.
In which unit is this second one declared ? ? And which one should I use ?

Try this:
  GetLanguageIDs(Lang,FallbackLang);
  TranslateUnitResourceStrings('oklinmainunit',
    LANGPATH+PathDelim+'oklin.%s.po',Lang,FallbackLang);
I'll try this

A.J.

--
A.J. Venter
CEO - OutKast Solutions C.C.
http://www.outkastsolutions.co.za
Cell: +27 83 455 9978
Fax: +27 21 413 2800
Office: +27 21 591 6766

_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to