| [ Index ] |
|
Code source de PRADO 3.0.6 |
[Code source] [Imprimer] [Statistiques]
Base I18N component.
| Author: | Wei Zhuo |
| Copyright: | Copyright © 2005 PradoSoft |
| License: | http://www.pradosoft.com/license/ |
| Version: | $Id: TI18NControl.php 1397 2006-09-07 07:55:53Z wei $ |
| Poids: | 91 lignes (2 kb) |
| Inclus ou requis: | 0 fois |
| Référencé: | 0 fois |
| Nécessite: | 0 fichiers |
TI18NControl:: (4 méthodes):
getCharset()
setCharset()
getCulture()
setCulture()
Classe: TI18NControl - X-Ref
TI18NControl class.| getCharset() X-Ref |
| Gets the charset. It is evaluated in the following order: 1) application charset, 2) the default charset in globalization 3) UTF-8 return: string charset |
| setCharset($value) X-Ref |
| Sets the charset for message output param: string the charset, e.g. UTF-8 |
| getCulture() X-Ref |
| Get the specific culture for this control. param: parameter return: string culture identifier. |
| setCulture($culture) X-Ref |
| Get the custom culture identifier. param: string culture identifier. |
| Généré le : Sun Feb 25 21:07:04 2007 | par Balluche grâce à PHPXref 0.7 |