====== OIGETLOCALEINFO Function ====== ==== Description ==== Retrieves Windows Language and Regional Settings from the workstation. ==== Syntax ==== localeInfo = OIGETLOCALEINFO(LocaleType) ==== Parameters ==== The function has the following parameters: ^Parameter^Description^ |LocaleType|Window constant to retrieve from the workstation.| |||| ==== Returns ==== The locale information for the constant passed to the function. ==== See Also ==== [[locale_equates|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$)