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

GetPOFilenameParts

Gets the unit name and language used in the specified Filename.

Declaration

Source position: translations.pas line 194

function GetPOFilenameParts(

  const Filename: string;

  out AUnitName: string;

  out Language: string

):Boolean;

Function result

True if the .po file exists and the unit name and language were extracted in the method.


Version 4.0 Generated 2025-05-03 Home