Unit 'Translations' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lazutils]

TranslateResourceStrings

Translates all resource strings using the specified .po or .pot file.

Declaration

Source position: translations.pas line 205

function TranslateResourceStrings(

  po: TPOFile

):Boolean;

function TranslateResourceStrings(

  const AFilename: string

):Boolean;

procedure TranslateResourceStrings(

  const BaseFilename: string;

  const Lang: string;

  const FallbackLang: string

);


Version 4.4 Generated 2025-11-08 Home