Retrieves Windows Language and Regional Settings from the workstation.
localeInfo = OIGETLOCALEINFO(LocaleType)
The function has the following parameters:
Parameter | Description | |
---|---|---|
LocaleType | Window constant to retrieve from the workstation. | |
The locale information for the constant passed to the function.
declare function OIGETLOCALEINFO $Insert LOCALE_EQUATES equ LOCALE_SDAYNAME4$ to 0x2D ;* long name for Thursday // LocaleInfo will contasin Thursday LocaleInfo = OIGetLocaleInfo(LOCALE_SDAYNAME4$)