LocaleID Property

Returns the Form or App Locale. In the case of Added Forms this property can be used to set the locale for the form.

object.LocaleID as Integer

Notes

A locale, represented in this property as a locale ID, defines the language and regional settings for the user interface.

Host Forms

Returns the locale of the form. Read-only.

Added Forms

This property can be specified for Added Forms and, when set, determines the default value for the other regional properties. These regional properties are set to the most common values for the locale. Regional properties include the CalendarID property, the CurrencySymbol property, the DateFormat property, the DecimalSymbol property, and the DigitGroupingSymbol property.

App object

Returns the locale of the current connection. Read-only.

System object

Returns the default user locale. Read-only

Note:

The locales available on a particular system may vary, depending on the version of Windows newlook is running under and the language support installed on the system.

See Also

CurrencySymbol property | DateFormat property | DecimalSymbol property | DigitGroupingSymbol property | CalendarID property | CCSID property

Applies To

App object | Form object | System object


© 2004-2021 looksoftware. All rights reserved.