Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies to: SharePoint Foundation 2010
Transfers server locale information to the client in order to display and edit dates and numbers properly.
<LocaleInfo
LCTYPE="Integer">
</LocaleInfo>
Attributes
Attribute |
Description |
---|---|
LCTYPE |
Required Integer. Specifies an ID from the Win32 Application Programming Interface (API). Can be one of the following values.
|
Child Elements
None |
Parent Elements
Numerous |
Occurrences
Minimum: 0 Maximum: Unbounded |
Example
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>