ratatoeskr/sys/translation.php

Load translation.

License

This file is part of Ratatöskr.  Ratatöskr is licensed unter the MIT / X11 License.  See “ratatoeskr/licenses/ratatoeskr” for more information.

Summary
ratatoeskr/sys/translation.phpLoad translation.
Functions
load_languageLoad a language (i.e.

Functions

load_language

function load_language($lang = NULL)

Load a language (i.e. set the global $translation variable).

Parameters

$langThe language (2-Letter code, e.g.  “en”, “de”, “it” ...) to load.  NULL for default (from database).
function load_language($lang = NULL)
Load a language (i.e.
Close