guides:programming:programmers_reference_manual:oigetlocaleinfo

OIGETLOCALEINFO Function

Retrieves Windows Language and Regional Settings from the workstation.

localeInfo = OIGETLOCALEINFO(LocaleType)

The function has the following parameters:

ParameterDescription
LocaleTypeWindow 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$)

 
 
 
 
  • guides/programming/programmers_reference_manual/oigetlocaleinfo.txt
  • Last modified: 2024/06/19 20:20
  • by 127.0.0.1