Is there a VB6 equivalent of the following C# code?
Thread.CurrentThread.CurrentCulture = new CultureInfo(\"en-US\")
Use Windows API function SetThreadLocale instead