Source for file Language.php
Documentation is available at Language.php
* Description: Internationalization i18n language selection
* @copyright (c) 1995-2008 by Steema Software SL. All Rights Reserved. <info@steema.com>
* @link http://www.steema.com
public static $ENGLISH= 0;
private $language = 0; // English
private $currentLanguage= "English";
private function Language() {}
$this->currentLanguage = $this->language;
//$this->bundle = $this->ResourceBundle->getBundle($this->languages, $this->currentLocale);
// Read string depending of the language choosed , english by default
|