[System.I18N] element index

Package indexes

All elements
f g h i k r s t
f
top
$formatter
TDateFormat::$formatter in TDateFormat.php
Default DateFormat, set to the application culture.
$formatter
TNumberFormat::$formatter in TNumberFormat.php
Default NumberFormat, set to the application culture.
$formatters
Translation::$formatters in Translation.php
The array of formatters. We define 1 formatter per translation catalog This is a class static variable.
formatter
Translation::formatter() in Translation.php
Get the static formatter from this component.
g
top
getCatalogue
TTranslate::getCatalogue() in TTranslate.php
Get the message catalogue.
getCharset
TGlobalization::getCharset() in TGlobalization.php
getCharset
TI18NControl::getCharset() in TI18NControl.php
Gets the charset.
getCulture
TGlobalization::getCulture() in TGlobalization.php
getCulture
TI18NControl::getCulture() in TI18NControl.php
Get the specific culture for this control.
getCultureVariants
Gets all the variants of a specific culture. If the parameter $culture is null, the current culture is used.
getCurrency
TNumberFormat::getCurrency() in TNumberFormat.php
getData
TDateFormat::getData() in TDateFormat.php
Get the date-time value for this control.
getData
TNumberFormat::getData() in TNumberFormat.php
Get the numberic value for this control.
getDefaultCharset
getDefaultCulture
getDetectedLanguage
TGlobalizationAutoDetect::getDetectedLanguage() in TGlobalizationAutoDetect.php
getFormattedDate
Renders the localized version of the date-time value.
getFormattedValue
Formats the localized number, be it currency or decimal, or percentage.
getKey
TTranslate::getKey() in TTranslate.php
Get the key for message lookup.
getKey
TTranslateParameter::getKey() in TTranslateParameter.php
Get the parameter substitution key.
getLocalizedResource
Returns a list of possible localized files. Example
getParameter
TTranslateParameter::getParameter() in TTranslateParameter.php
getParameter
TTranslate::getParameter() in TTranslate.php
getParameters
TTranslate::getParameters() in TTranslate.php
Returns the list of custom parameters.
getPattern
TNumberFormat::getPattern() in TNumberFormat.php
Get the number formatting pattern.
getPattern
TDateFormat::getPattern() in TDateFormat.php
Gets the date time format pattern.
getPreset
TDateFormat::getPreset() in TDateFormat.php
For a given string, try and find a preset pattern.
getText
TTranslate::getText() in TTranslate.php
getTranslationCatalogue
getTranslationConfiguration
getTrim
TTranslate::getTrim() in TTranslate.php
Trim the content or not.
getTrim
TTranslateParameter::getTrim() in TTranslateParameter.php
Trim the content or not.
getType
TNumberFormat::getType() in TNumberFormat.php
Get the formatting type for this control.
getValue
TTranslateParameter::getValue() in TTranslateParameter.php
getValue
TChoiceFormat::getValue() in TChoiceFormat.php
getValue
TNumberFormat::getValue() in TNumberFormat.php
Get the numberic value for this control.
getValue
TDateFormat::getValue() in TDateFormat.php
Get the date-time value for this control.
h
top
hasParameter
TTranslate::hasParameter() in TTranslate.php
i
top
init
Translation::init() in Translation.php
Initialize the TTranslate translation components
init
TGlobalizationAutoDetect::init() in TGlobalizationAutoDetect.php
init
TGlobalization::init() in TGlobalization.php
Initialize the Culture and Charset for this application.
k
top
$key
TTranslateParameter::$key in TTranslateParameter.php
The substitution key.
r
top
removeParameter
Removes the named parameter.
render
TTranslate::render() in TTranslate.php
renders the translated string.
render
TNumberFormat::render() in TNumberFormat.php
render
TDateFormat::render() in TDateFormat.php
s
top
saveMessages
Translation::saveMessages() in Translation.php
Save untranslated messages to the catalogue.
setCatalogue
TTranslate::setCatalogue() in TTranslate.php
Set the message catalogue.
setCharset
TGlobalization::setCharset() in TGlobalization.php
setCharset
TI18NControl::setCharset() in TI18NControl.php
Sets the charset for message output
setCulture
TGlobalization::setCulture() in TGlobalization.php
setCulture
TI18NControl::setCulture() in TI18NControl.php
Get the custom culture identifier.
setCurrency
TNumberFormat::setCurrency() in TNumberFormat.php
Set the 3-letter ISO 4217 code. For example, the code "USD" represents the US Dollar and "EUR" represents the Euro currency.
setData
TNumberFormat::setData() in TNumberFormat.php
Set the numberic value for this control.
setData
TDateFormat::setData() in TDateFormat.php
Set the date-time value for this control.
setDefaultCharset
setDefaultCulture
setKey
TTranslate::setKey() in TTranslate.php
Set the key for message lookup.
setKey
TTranslateParameter::setKey() in TTranslateParameter.php
Set the parameter substitution key.
setParameter
TTranslate::setParameter() in TTranslate.php
setPattern
TDateFormat::setPattern() in TDateFormat.php
Sets the date time formatting pattern.
setPattern
TNumberFormat::setPattern() in TNumberFormat.php
Set the number format pattern.
setText
TTranslate::setText() in TTranslate.php
Sets the text for localization.
setTranslationCatalogue
setTranslationConfiguration
Sets the translation configuration. Example configuration:
setTrim
TTranslate::setTrim() in TTranslate.php
Set the option to trim the contents.
setTrim
TTranslateParameter::setTrim() in TTranslateParameter.php
Set the option to trim the contents.
setType
TNumberFormat::setType() in TNumberFormat.php
Set the formatting type for this control.
setValue
TTranslateParameter::setValue() in TTranslateParameter.php
setValue
TNumberFormat::setValue() in TNumberFormat.php
Set the numberic value for this control.
setValue
TDateFormat::setValue() in TDateFormat.php
Set the date-time value for this control.
setValue
TChoiceFormat::setValue() in TChoiceFormat.php
Sets the numerical choice value
t
top
$trim
TTranslateParameter::$trim in TTranslateParameter.php
To trim or not to trim the contents.
TChoiceFormat.php
TChoiceFormat.php in TChoiceFormat.php
TDateFormat.php
TDateFormat.php in TDateFormat.php
TGlobalizationAutoDetect.php
TGlobalizationAutoDetect.php in TGlobalizationAutoDetect.php
TGlobalization.php
TGlobalization.php in TGlobalization.php
TI18NControl.php
TI18NControl.php in TI18NControl.php
TNumberFormat.php
TNumberFormat.php in TNumberFormat.php
Translation.php
Translation.php in Translation.php
TTranslateParameter.php
TTranslateParameter.php in TTranslateParameter.php
TTranslate.php
TTranslate.php in TTranslate.php
TChoiceFormat
TChoiceFormat in TChoiceFormat.php
TChoiceFormat class.
TDateFormat
TDateFormat in TDateFormat.php
To format dates and/or time according to the current locale use
TGlobalization
TGlobalization in TGlobalization.php
TGlobalization contains settings for Culture, Charset and TranslationConfiguration.
TGlobalizationAutoDetect
TGlobalizationAutoDetect in TGlobalizationAutoDetect.php
TGlobalizationAutoDetect class will automatically try to resolve the default culture using the user browser language settings.
TI18NControl
TI18NControl in TI18NControl.php
TI18NControl class.
TNumberFormat
TNumberFormat in TNumberFormat.php
To format numbers in locale sensitive manner use
translateText
TChoiceFormat::translateText() in TChoiceFormat.php
Display the choosen translated string.
translateText
TTranslate::translateText() in TTranslate.php
Translates the text with subsititution.
Translation
Translation in Translation.php
Translation class.
TTranslate
TTranslate in TTranslate.php
TTranslate class.
TTranslateParameter
TTranslateParameter in TTranslateParameter.php
TTranslateParameter component should be used inside the TTranslate component to allow parameter substitution.
f g h i k r s t