252. SquidErrorMessages

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

    252.2. Global Functions

    252.2.1. GetLanguageFromPath

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

    Function parameters

    • string pth

    Return value

    • string

    252.2.2. GetLanguages

    Returns list of all available languages

    Return value

    • list<string>

    252.2.3. GetLanguagesToComboBox

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

    Return value

    • list<term>

    252.2.4. GetPath

    Returns path to directory containing error messages in given language.

    Function parameters

    • string language

    Return value

    • string

    252.3. Global Variables

    252.4. Module Requirements

    252.4.1. Module Imports

    • FileUtils

    252.4.2. Module Includes