|
Package System\I18N
Classes summary
TChoiceFormat |
TChoiceFormat class. |
TDateFormat |
To format dates and/or time according to the current locale use <code>
<com:TDateFormat Pattern="dd:MMM:yyyy" Value="01/01/2001" /> </code>
The date will be formatted according to the current locale (or culture) using
the format specified by 'Pattern' attribute. |
TGlobalization |
TGlobalization contains settings for Culture, Charset and
TranslationConfiguration. |
TGlobalizationAutoDetect |
TGlobalizationAutoDetect class will automatically try to resolve the default
culture using the user browser language settings. |
TI18NControl |
TI18NControl class. |
TNumberFormat |
To format numbers in locale sensitive manner use <code>
<com:TNumberFormat Pattern="0.##" value="2.0" /> </code> |
Translation |
Translation class. |
TTranslate |
TTranslate class. |
TTranslateParameter |
TTranslateParameter component should be used inside the TTranslate component to
allow parameter substitution. |
|