Search
Locale.id Property
See Also
 






Gets the string identifier of the locale.

Namespace: MindFusion.Common
File: Locale.js

 Syntax

JavaScript  Copy Code

get id() {}
set id(value) {}

 Property Value

String

The id.

 Example

The following code checks the id of the locale property of a calendar:

JavaScript  Copy Code
if(calendar.locale.id == "us-2")
{
     //do something
}

 See Also