System.I18N
[ class tree: System.I18N ] [ index: System.I18N ] [ all elements ]

Element index for package System.I18N

[ a ] [ c ] [ d ] [ f ] [ g ] [ h ] [ i ] [ k ] [ l ] [ p ] [ q ] [ r ] [ s ] [ t ]

a

addParameter
in file TTranslate.php, method TTranslate::addParameter()
    Add a string substitution key value pair.
addParsedObject
in file TTranslate.php, method TTranslate::addParsedObject()
    Adds the object parsed in template as a body of the component.
top

c

charset
in file TI18NControl.php, method TI18NControl::charset()
    Gets the charset, with fall back to the application charset,
top

d

doTrim
in file TTranslate.php, method TTranslate::doTrim()
    Trim the content or not.
doTrim
in file TParam.php, method TParam::doTrim()
    Trim the content or not.
top

f

$formatter
in file Translation.php, variable Translation::$formatter
    The string formatter. This is a class static variable.
$formatter
in file TNumberFormat.php, variable TNumberFormat::$formatter
    Default NumberFormat, set to the application culture.
$formatter
in file TDateFormat.php, variable TDateFormat::$formatter
    Default DateFormat, set to the application culture.
formatter
in file Translation.php, method Translation::formatter()
    Get the static formatter from this component.
top

g

getCatalogue
in file TTranslate.php, method TTranslate::getCatalogue()
    Get the message catalogue.
getCharset
in file TI18NControl.php, method TI18NControl::getCharset()
getCulture
in file TI18NControl.php, method TI18NControl::getCulture()
    Get the specific culture for this control.
getCurrency
in file TNumberFormat.php, method TNumberFormat::getCurrency()
    Get the currency for this control.
getKey
in file TParam.php, method TParam::getKey()
    Get the parameter substitution key.
getKey
in file TTranslate.php, method TTranslate::getKey()
    Get the key for message lookup.
getParameters
in file TTranslate.php, method TTranslate::getParameters()
    Make all the attribute as parameters for subsititution.
getPattern
in file TNumberFormat.php, method TNumberFormat::getPattern()
    Get the number formatting pattern.
getPattern
in file TDateFormat.php, method TDateFormat::getPattern()
    Gets the date time format pattern.
getPreset
in file TDateFormat.php, method TDateFormat::getPreset()
    For a given string, try and find a preset pattern.
getText
in file TTranslate.php, method TTranslate::getText()
getType
in file TNumberFormat.php, method TNumberFormat::getType()
    Get the formatting type for this control.
getValue
in file TDateFormat.php, method TDateFormat::getValue()
    Get the date-time value for this control.
getValue
in file TNumberFormat.php, method TNumberFormat::getValue()
    Get the numberic value for this control.
getValue
in file TChoices.php, method TChoices::getValue()
top

h

HTTPGlobalization
in file HTTPGlobalization.php, class HTTPGlobalization
    HTTPGlobalization class.
HTTPGlobalization.php
procedural page HTTPGlobalization.php
top

i

init
in file Translation.php, method Translation::init()
    Initialize the TTranslate translation components
init
in file HTTPGlobalization.php, method HTTPGlobalization::init()
    Set the Culture by using the HTTPNegotiator to find the prefered language from the client browser.
top

k

$key
in file TParam.php, variable TParam::$key
    The substitution key.
top

l

localize
in file Translation.php, function localize()
    Localize a text to the locale/culture specified in the globalization handler.
top

p

$patternPresets
in file TDateFormat.php, variable TDateFormat::$patternPresets
    A set of pattern presets and their respective formatting shorthand.
top

q

quote
in file TTranslate.php, method TTranslate::quote()
top

r

renderBody
in file TParam.php, method TParam::renderBody()
    Get the contents and add the content to the TTranslate component. This component does not render anything.
renderBody
in file TTranslate.php, method TTranslate::renderBody()
    Display the translated string.
renderBody
in file TNumberFormat.php, method TNumberFormat::renderBody()
    Renders the localized number, be it currency or decimal, or percentage.
renderBody
in file TDateFormat.php, method TDateFormat::renderBody()
    Renders the localized version of the date-time value.
renderBody
in file TChoices.php, method TChoices::renderBody()
    Display the choosen translated string.
top

s

saveMessages
in file Translation.php, method Translation::saveMessages()
    Save untranslated messages to the catalogue.
setCatalogue
in file TTranslate.php, method TTranslate::setCatalogue()
    Set the message catalogue.
setCharset
in file TI18NControl.php, method TI18NControl::setCharset()
    Sets the charset for message output
setCulture
in file TI18NControl.php, method TI18NControl::setCulture()
    Get the custom culture identifier.
setCurrency
in file TNumberFormat.php, method TNumberFormat::setCurrency()
    Set the 3-letter ISO 4217 code. For example, the code "USD" represents the US Dollar and "EUR" represents the Euro currency.
setKey
in file TParam.php, method TParam::setKey()
    Set the parameter substitution key.
setKey
in file TTranslate.php, method TTranslate::setKey()
    Set the key for message lookup.
setPattern
in file TDateFormat.php, method TDateFormat::setPattern()
    Sets the date time formatting pattern.
setPattern
in file TNumberFormat.php, method TNumberFormat::setPattern()
    Set the number format pattern.
setText
in file TTranslate.php, method TTranslate::setText()
    Sets the text for localization.
setTrim
in file TTranslate.php, method TTranslate::setTrim()
    Set the option to trim the contents.
setTrim
in file TParam.php, method TParam::setTrim()
    Set the option to trim the contents.
setType
in file TNumberFormat.php, method TNumberFormat::setType()
    Set the formatting type for this control.
setValue
in file TDateFormat.php, method TDateFormat::setValue()
    Set the date-time value for this control.
setValue
in file TChoices.php, method TChoices::setValue()
    Sets the numerical choice value
setValue
in file TNumberFormat.php, method TNumberFormat::setValue()
    Set the numberic value for this control.
top

t

$trim
in file TParam.php, variable TParam::$trim
    To trim or not to trim the contents.
TChoices.php
procedural page TChoices.php
TDateFormat.php
procedural page TDateFormat.php
TI18NControl.php
procedural page TI18NControl.php
TNumberFormat.php
procedural page TNumberFormat.php
TParam.php
procedural page TParam.php
Translation.php
procedural page Translation.php
TTranslate.php
procedural page TTranslate.php
TChoices
in file TChoices.php, class TChoices
    TChoices class.
TDateFormat
in file TDateFormat.php, class TDateFormat
    To format dates and/or time according to the current locale use
TI18NControl
in file TI18NControl.php, class TI18NControl
    Base class for I18N components, providing Culture and Charset properties.
TNumberFormat
in file TNumberFormat.php, class TNumberFormat
    To format numbers in locale sensitive manner use
TParam
in file TParam.php, class TParam
    TParam component should be used inside the TTranslate component to allow parameter substitution.
Translation
in file Translation.php, class Translation
    Translation class.
TTranslate
in file TTranslate.php, class TTranslate
    TTranslate class.
top

© 2004-2005 PRADO Software Group. All Rights Reserved.