250. SquidErrorMessages

250.1. Authors

    250.2. Summary of Module Globals

    List of Global Functions

    • GetLanguageFromPath - Inverse function to GetPath. Returns languge which has path pth to directory containing error messages.

    • GetLanguages - Returns list of all available languages

    • GetLanguagesToComboBox - Returns list of all available languages in form of items of ComboBox.

    • GetPath - Returns path to directory containing error messages in given language.

    List of Global Variables

      250.3. Global Functions

      250.3.1. GetLanguageFromPath

      Inverse function to GetPath. Returns languge which has path pth to directory containing error messages.

      Function parameters

      • string pth

      Return value

      • string

      250.3.2. GetLanguages

      Returns list of all available languages

      Return value

      • list<string>

      250.3.3. GetLanguagesToComboBox

      Returns list of all available languages in form of items of ComboBox.

      Return value

      • list<term>

      250.3.4. GetPath

      Returns path to directory containing error messages in given language.

      Function parameters

      • string language

      Return value

      • string

      250.4. Global Variables

      250.5. Module Requirements

      250.5.1. Module Imports

      • FileUtils

      250.5.2. Module Includes