Adam 2009-02-09
Documentation » Actiona_lang
Loads given language pack into current CMS context
string a_lang( string $lang [, bool $auto = false] )
Parameters
- string $lang Two letter language code to load the language pack for
- bool $auto Whether a_lang was called within auto-language context
Returns
- string Finally loaded language pack language code (may fallback to 'en')
