DataFunctions.Locale Property

The Locale property stores a number value that indicates the default locale to be used by DataFunctions methods to format date, time, money, and number information. Where DataFunctions methods or Page Request methods take a locale value for a parameter, if that value is not supplied, the value to which you initialize this property is used.

For a list of the numbers that you can store in this property, see Hexadecimal Locale Identifiers.

The following initializes the Locale property to the locale identifier for the United States:

DataFunctions.Locale = &H0409

© 1997-1998 Microsoft Corporation. All rights reserved.