Einzelnen Beitrag anzeigen

Benutzerbild von Flocke
Flocke

Registriert seit: 9. Jun 2005
Ort: Unna
1.172 Beiträge
 
Delphi 10.2 Tokyo Professional
 
#3

Re: WP5Tools und Localisation

  Alt 7. Dez 2005, 15:09
Was meinst du genau?

Ich bin der Standardprozedur gefolgt:

Eine TWPLanguageControl auf's Hauptformular gepackt dort über das Kontextmenü die Datei C:\Programme\WPTools5\Demos\Tasks\Localisation\WPT ools_DE.XML hineingeladen und GlobalLanguage = 'DE' gesetzt.

In TMainForm.FormCreate wird dann initialisiert initialisiert
Delphi-Quellcode:
procedure TMainForm.FormCreate(Sender: TObject);
begin
  //WPTOOLS5
  WPLangInterface := TWPLocalizationInterface.Create(WPLanguageControl);
  WPTools_LoadVCLStrings;
  WPTools_LoadActionStrings;
  WPLocalizeLoadForms := TRUE;
end;
Volker
Besucht meine Garage
Aktuell: RtfLabel 1.3d, PrintToFile 1.4
  Mit Zitat antworten Zitat