LCID Property
The LCID property contains the locale ID.
Syntax
[long=] DateTimeFormatter.LCID
|
Possible Values
Long value that retrieves the ID.
|
The property is read only.
Remarks
Examples
The following example shows the locale ID in an alert window.
<SCRIPT TYPE="text/javascript">
window.external.InitScriptInterface();
myDTF = SiteKiosk.SiteKioskUI.CreateDateTimeFormatter();
alert(myDTF.LCID);
</SCRIPT>
|
Applies to
SiteKiosk v6.0 (and later versions).
Back to top