WPLocalizeAllStrings

  • Hello Julien,

    I use Delphi 2010 Enterprise and the last version of WPTools 6.

    When i use the code fragment :
    procedure TdmWPTOOL.WPLanguageControl1Loaded(Sender: TObject);
    begin
    WPLangInterface := TWPLocalizationInterface.Create(WPLanguageControl1);
    --->WPLocalizeAllStrings;
    end;

    the WPLocalizeAllStrings entry can't be found in any units (WPUTIL.PAS).

    Did i miss something?