[ Index ]
 

Code source de PRADO 3.0.6

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/framework/I18N/ -> TI18NControl.php (sommaire)

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

Définit 1 class

TI18NControl:: (4 méthodes):
  getCharset()
  setCharset()
  getCulture()
  setCulture()


Classe: TI18NControl  - X-Ref

TI18NControl class.

Base class for I18N components, providing Culture and Charset properties.
Namespace: System.I18N

Properties
- <b>Culture</b>, string,
<br>Gets or sets the culture for formatting. If the Culture property
is not specified. The culture from the Application/Page is used.
- <b>Charset</b>, string,
<br>Gets or sets the charset for both input and output.
If the Charset property is not specified. The charset from the
Application/Page is used. The default is UTF-8.

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