Pelzini

This is the code documentation for the Pelzini project

function loadLanguage()

Loads a language file

If you are using a language which may not be complete, it is advisable
to load another language which you know is complete first (e.g. English)
This will prevent empty strings being returned.

Usage

boolean loadLanguage ( string $language );

Authors

Arguments

  1. string $language
    The name of the language. Should correspond to a language file (without the extension)

Return value

  • boolean
    True on success, false on failure