Is there a VB equivalent function to the following C++ function?

Code:
::GetLocaleInfo(LOCALE_USER_DEFAULT, LOCALE_SLIST, szBuf, sizeof(szBuf)) ;