LocaleInfo Element
Transfers server locale information to the client in order to display and edit dates and numbers properly.
<LocaleInfo LCTYPE="Integer"> </LocaleInfo>
Attribute | Description |
|---|---|
LCTYPE | Required Integer. Specifies an ID from the Win32 Application Programming Interface (API). Can be one of the following values.
|
None |
Numerous |
Minimum: 0 Maximum: Unbounded |
The following example constructs a SCRIPT block in which the date separator is set according to the client's locale.
<HTML><![CDATA[ <SCRIPT> ]]></HTML> <HTML><![CDATA[ frm.dopt.chDateSep = ]]></HTML> <ScriptQuote> <LocaleInfo LCTYPE="29" /> </ScriptQuote> <HTML><![CDATA[ ;</SCRIPT> ]]></HTML>