I18Nv2::lastLocale()

I18Nv2::lastLocale()  -- Get current/prior locale

Synopsis

require_once 'I18Nv2.php';

string I18Nv2::lastLocale ([int $prior = 0 [, bool $full = FALSE]])

Description

Retrieve kinda history of locales that have been already set.

This only works, if I18Nv2::setLocale() has already been called.

Paramètres

entier $prior

if 0, the current otherwise n prior to the current locale

booléen $full

whether to return the array with locale, language and actually used system locale

Valeur retournée

Returns mixed prior locale.

Note

Cette fonction devrait être appelée de façon statique.

Voir aussi

See also I18Nv2::setLocale().