Description

Retrieves Windows Language and Regional Settings from the workstation.

Syntax

localeInfo = OIGETLOCALEINFO (LocaleType)

Parameters

The function has the following parameters:

ParameterDescription
LocaleTypeWindow constant to retrieve from the workstation.

Returns

The locale information for the constant passed to the function.

See also

LOCALE_EQUATES

Example

declare function OIGETLOCALEINFO
$Insert LOCALE_EQUATES
equ LOCALE_SDAYNAME4$ to 0x2D        ;*  long name for Thursday
// LocaleInfo will contasin Thursday
LocaleInfo = OIGetLocaleInfo(LOCALE_SDAYNAME4$)
  • No labels