Specifies the language, currency,
and time/date formatting to use for the content of the object.
The locale affects the representation of data formatted, validated,
or normalized by picture clauses. When this property is absent or
empty, the default behavior is to inherit the parent object’s locale.
If the outermost subform does not specify a locale, the default
behavior derives from the ambient locale of the operating system.
If the operating system does not supply a locale, en_US is
used.
SyntaxReference_Syntax.locale = "ambient | locale"
Values
Type
|
Values
|
String
|
The application uses its
own ambient locale.
|
JavaScriptTextField1.locale = "en_US";
FormCalcTextField1.locale = "en_US"
|
|
|