[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Translations' (#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.0 Generated 2025-05-03 Home