VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

GetTheLocaleInfo

Lee Davies  (1 Submission)   Windows API Call/Explanation   Visual Basic 3.0   Unknown Difficulty   Wed 3rd February 2021

Gets you Locale information from your machine. It's well freaky because it knows what country you come from!!!!!!

Assumes
Just use type - Call GetTheLocaleInfo()

API Declarations
Public Declare Function GetLocaleInfo Lib "kernel32" Alias "GetLocaleInfoA" (ByVal Locale As Long, ByVal LCType As Long, ByVal lpLCData As String, ByVal cchData As Long) As Long

Rate GetTheLocaleInfo (2(2 Vote))
GetTheLocaleInfo.bas

GetTheLocaleInfo Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters