[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Translations' (#lazutils)

TranslateUnitResourceStrings

Translates resource strings for one unit.

Declaration

Source position: translations.pas line 198

function TranslateUnitResourceStrings(

  const ResUnitName: string;

  const BaseFilename: string;

  const Lang: string;

  const FallbackLang: string

):TTranslateUnitResult; overload;

function TranslateUnitResourceStrings(

  const ResUnitName: string;

  const AFilename: string

):Boolean; overload;

function TranslateUnitResourceStrings(

  const ResUnitName: string;

  po: TPOFile

):Boolean; overload;


Version 4.0 Generated 2025-05-03 Home