LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Windows Locale_Info Constants

Anyone got a (name<=>number) translation table for Locale Info type identifier constants (e.g. LOCALE_ITIME) associated with Windows API GetLocaleInfo.dll?  I can't seem to find it on the Microsift site.

 

Thanks!

0 Kudos
Message 1 of 4
(2,989 Views)
0 Kudos
Message 2 of 4
(2,984 Views)

Thanks.  Know what?  I tried not to ask the original question with a story, but the story is that I went in circles starting exactly where you suggested.  I learned about everythiing but the numeric values--not to suggest I'm incapable of overlooking things that are under my nose of course.  Well, finally I got the answer via Google, no thanks to msdn in this case.

 

Here is where I found it...

 

http://www.freevbcode.com/ShowCode.asp?ID=116&NoBox=True

0 Kudos
Message 3 of 4
(2,969 Views)
You usually will have to find a source outside of MS.  Since all these names are included in header files, C and VB programmers use the names and the proper include.  They don't need to know the actual values like us poor LV programmers.  I often am searching for header files online.
0 Kudos
Message 4 of 4
(2,965 Views)