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

TTranslateUnitResult

Represents the return value for the TranslateUnitResourceStrings function.

Declaration

Source position: translations.pas line 76

type TTranslateUnitResult = (

  turOK,

  

Resources were successfully translated.

  turNoLang,

  

The language identifier was omitted or a .po file for the language was not found .

  turNoFBLang,

  

The fallback language identifier was omitted or a .po file for the language was not found.

  turEmptyParam

  

The unit file name or the base file name argument was not specified.

);

Description

TTranslateUnitResult is an enumeration type with values that can be returned from the overloaded TranslateUnitResourceStrings function.

See also

TranslateUnitResourceStrings

  

Translates resource strings for one unit.


Version 4.0 Generated 2025-05-03 Home