Thanks.
You can get / set the culture settings for the current thread throughThread.CurrentCulture, e.g.
Thread.CurrentThread.CurrentCulture = newSystem.Globalization.CultureInfo("da-DK");
Brian