Search code examples
multithreadingvb6culture

Setting Thread Culture in VB6


Is there a VB6 equivalent of the following C# code?

Thread.CurrentThread.CurrentCulture = new CultureInfo("en-US")


Solution

  • Use Windows API function SetThreadLocale instead