for the things framework is aware of like currency date format etc:
System.Threading.
Thread.CurrentThread.CurrentCulture = new CultureInfo("en-CA");
for the things framework is NOT aware of like resources etc:
System.Threading.
Thread.CurrentThread.CurrentUICulture = new CultureInfo("en-CA");