languageGlobalsobject
Language-specific globals
languageGlobals
: object
Superclass Tree (in declaration order)
languageGlobals
` object`
Summary of Properties
decimalPointCharacter
dictComparator
digitGroupSeparator
Summary of Methods
Properties
decimalPointCharacter
The decimal point to display in floating-point numbers. US English uses a period; most Europeans use a comma.
Note that this setting doesn’t affect system-level BigNumber formatting, but this information can be passed when calling BigNumber formatting routines.
dictComparator
the main dictionary’s string comparator
digitGroupSeparator
The character to use to separate groups of digits in large numbers. US English uses commas; most Europeans use periods.
Note that this setting does not affect system-level BigNumber formatting, but this information can be passed when calling BigNumber formatting routines.
Methods
setStringComparator (sc)
Set the StringComparator object for the parser. This sets the comparator that’s used in the main command parser dictionary.
TADS 3 Library Manual
Generated on 5/16/2013 from TADS version 3.1.3