SproutCMS

This is the code documentation for the SproutCMS project

function lang()

Fetch an i18n language item.

Usage

string Kohana::lang ( string $key , array $args );

Authors

Arguments

  1. string $key
    language key to fetch
  2. array $args
    additional information to insert into the line

Return value

  • string
    i18n language string, or the requested key if the i18n item is not found