Imports System Imports System.Data Imports System.Globalization Imports System.Threading
public class Test public Shared Sub Main
Thread.CurrentThread.CurrentCulture = New CultureInfo("de-DE")
Thread.CurrentThread.CurrentUICulture = New CultureInfo("de-DE")