271. SquidErrorMessages

271.1. Authors

    271.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

      271.3. Global Functions

      271.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

      271.3.2. GetLanguages

      Returns list of all available languages

      Return value

      • list<string>

      271.3.3. GetLanguagesToComboBox

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

      Return value

      • list<term>

      271.3.4. GetPath

      Returns path to directory containing error messages in given language.

      Function parameters

      • string language

      Return value

      • string

      271.4. Global Variables

      271.5. Module Requirements

      271.5.1. Module Imports

      • FileUtils

      271.5.2. Module Includes