Packages:
System.IO
default
System.Web.UI
System.Web.UI.ActiveControls
System.Web.UI.WebControls
System.Web.UI.WebControls.assets
System.Web
System.Web.Services
System.Xml
System.Data.Common.Pgsql
System.Data.Common.Mssql
System.Data.Common
System.Data.Common.Mysql
System.Data.Commom.Sqlite
System.Data.Common.Oracle
System.Data.Common.Sqlite
System.Data
System.Data.ActiveRecord
System.Data.ActiveRecord.Relations
System.Data.ActiveReecord.Scaffold.InputBuilder
System.Data.ActiveRecord.Scaffold
System.Data.DataGateway
System.Data.SqlMap
System.Data.SqlMap.Statements
System.Data.SqlMap.Configuration
System.I18N
System.Util
System
System.Collections
System.Caching
System.Security
System.Exceptions


Classes:
Keyword

Element index for package System.I18N

[ f ] [ g ] [ h ] [ i ] [ k ] [ r ] [ s ] [ t ]

f

$formatter
in file TDateFormat.php, variable TDateFormat::$formatter
    Default DateFormat, set to the application culture.
$formatter
in file TNumberFormat.php, variable TNumberFormat::$formatter
    Default NumberFormat, set to the application culture.
$formatters
in file Translation.php, variable Translation::$formatters
    The array of formatters. We define 1 formatter per translation catalog This is a class static variable.
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 TGlobalization.php, method TGlobalization::getCharset()
getCharset
in file TI18NControl.php, method TI18NControl::getCharset()
    Gets the charset.
getCulture
in file TGlobalization.php, method TGlobalization::getCulture()
getCulture
in file TI18NControl.php, method TI18NControl::getCulture()
    Get the specific culture for this control.
getCultureVariants
in file TGlobalization.php, method TGlobalization::getCultureVariants()
    Gets all the variants of a specific culture. If the parameter $culture is null, the current culture is used.
getCurrency
in file TNumberFormat.php, method TNumberFormat::getCurrency()
getData
in file TDateFormat.php, method TDateFormat::getData()
    Get the date-time value for this control.
getData
in file TNumberFormat.php, method TNumberFormat::getData()
    Get the numberic value for this control.
getDefaultCharset
in file TGlobalization.php, method TGlobalization::getDefaultCharset()
getDefaultCulture
in file TGlobalization.php, method TGlobalization::getDefaultCulture()
getDefaultText
in file TDateFormat.php, method TDateFormat::getDefaultText()
    Get the default text value for this control.
getDefaultText
in file TNumberFormat.php, method TNumberFormat::getDefaultText()
    Get the default text value for this control.
getDetectedLanguage
in file TGlobalizationAutoDetect.php, method TGlobalizationAutoDetect::getDetectedLanguage()
getFormattedDate
in file TDateFormat.php, method TDateFormat::getFormattedDate()
    Renders the localized version of the date-time value.
getFormattedValue
in file TNumberFormat.php, method TNumberFormat::getFormattedValue()
    Formats the localized number, be it currency or decimal, or percentage.
getKey
in file TTranslate.php, method TTranslate::getKey()
    Get the key for message lookup.
getKey
in file TTranslateParameter.php, method TTranslateParameter::getKey()
    Get the parameter substitution key.
getLocalizedResource
in file TGlobalization.php, method TGlobalization::getLocalizedResource()
    Returns a list of possible localized files. Example
getParameter
in file TTranslateParameter.php, method TTranslateParameter::getParameter()
getParameter
in file TTranslate.php, method TTranslate::getParameter()
getParameters
in file TTranslate.php, method TTranslate::getParameters()
    Returns the list of custom parameters.
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()
getTranslationCatalogue
in file TGlobalization.php, method TGlobalization::getTranslationCatalogue()
getTranslationConfiguration
in file TGlobalization.php, method TGlobalization::getTranslationConfiguration()
getTrim
in file TTranslateParameter.php, method TTranslateParameter::getTrim()
    Trim the content or not.
getTrim
in file TTranslate.php, method TTranslate::getTrim()
    Trim the content or not.
getType
in file TNumberFormat.php, method TNumberFormat::getType()
    Get the formatting type for this control.
getValue
in file TTranslateParameter.php, method TTranslateParameter::getValue()
getValue
in file TDateFormat.php, method TDateFormat::getValue()
    Get the date-time value for this control.
getValue
in file TChoiceFormat.php, method TChoiceFormat::getValue()
getValue
in file TNumberFormat.php, method TNumberFormat::getValue()
    Get the numberic value for this control.
top

h

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

i

init
in file Translation.php, method Translation::init()
    Initialize the TTranslate translation components
init
in file TGlobalizationAutoDetect.php, method TGlobalizationAutoDetect::init()
init
in file TGlobalization.php, method TGlobalization::init()
    Initialize the Culture and Charset for this application.
top

k

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

r

removeParameter
in file TTranslate.php, method TTranslate::removeParameter()
    Removes the named parameter.
render
in file TTranslate.php, method TTranslate::render()
    renders the translated string.
render
in file TNumberFormat.php, method TNumberFormat::render()
render
in file TDateFormat.php, method TDateFormat::render()
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 TGlobalization.php, method TGlobalization::setCharset()
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.
setCulture
in file TGlobalization.php, method TGlobalization::setCulture()
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.
setData
in file TDateFormat.php, method TDateFormat::setData()
    Set the date-time value for this control.
setData
in file TNumberFormat.php, method TNumberFormat::setData()
    Set the numberic value for this control.
setDefaultCharset
in file TGlobalization.php, method TGlobalization::setDefaultCharset()
setDefaultCulture
in file TGlobalization.php, method TGlobalization::setDefaultCulture()
setDefaultText
in file TDateFormat.php, method TDateFormat::setDefaultText()
    Set the default text value for this control.
setDefaultText
in file TNumberFormat.php, method TNumberFormat::setDefaultText()
    Set the default text value for this control.
setKey
in file TTranslateParameter.php, method TTranslateParameter::setKey()
    Set the parameter substitution key.
setKey
in file TTranslate.php, method TTranslate::setKey()
    Set the key for message lookup.
setParameter
in file TTranslate.php, method TTranslate::setParameter()
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.
setTranslationCatalogue
in file TGlobalization.php, method TGlobalization::setTranslationCatalogue()
setTranslationConfiguration
in file TGlobalization.php, method TGlobalization::setTranslationConfiguration()
    Sets the translation configuration. Example configuration:
setTrim
in file TTranslateParameter.php, method TTranslateParameter::setTrim()
    Set the option to trim the contents.
setTrim
in file TTranslate.php, method TTranslate::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 TTranslateParameter.php, method TTranslateParameter::setValue()
setValue
in file TDateFormat.php, method TDateFormat::setValue()
    Set the date-time value for this control.
setValue
in file TChoiceFormat.php, method TChoiceFormat::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 TTranslateParameter.php, variable TTranslateParameter::$trim
    To trim or not to trim the contents.
TChoiceFormat.php
procedural page TChoiceFormat.php
TDateFormat.php
procedural page TDateFormat.php
TGlobalizationAutoDetect.php
procedural page TGlobalizationAutoDetect.php
TGlobalization.php
procedural page TGlobalization.php
TI18NControl.php
procedural page TI18NControl.php
TNumberFormat.php
procedural page TNumberFormat.php
Translation.php
procedural page Translation.php
TTranslateParameter.php
procedural page TTranslateParameter.php
TTranslate.php
procedural page TTranslate.php
TChoiceFormat
in file TChoiceFormat.php, class TChoiceFormat
    TChoiceFormat class.
TDateFormat
in file TDateFormat.php, class TDateFormat
    To format dates and/or time according to the current locale use
TGlobalization
in file TGlobalization.php, class TGlobalization
    TGlobalization contains settings for Culture, Charset and TranslationConfiguration.
TGlobalizationAutoDetect
in file TGlobalizationAutoDetect.php, class TGlobalizationAutoDetect
    TGlobalizationAutoDetect class will automatically try to resolve the default culture using the user browser language settings.
TI18NControl
in file TI18NControl.php, class TI18NControl
    TI18NControl class.
TNumberFormat
in file TNumberFormat.php, class TNumberFormat
    To format numbers in locale sensitive manner use
translateText
in file TChoiceFormat.php, method TChoiceFormat::translateText()
    Display the choosen translated string.
translateText
in file TTranslate.php, method TTranslate::translateText()
    Translates the text with subsititution.
Translation
in file Translation.php, class Translation
    Translation class.
TTranslate
in file TTranslate.php, class TTranslate
    TTranslate class.
TTranslateParameter
in file TTranslateParameter.php, class TTranslateParameter
    TTranslateParameter component should be used inside the TTranslate component to allow parameter substitution.
top