Wednesday, April 09, 2008

Turkey test your code

Today I found a very interesting post about handling different cultures.
From now own I will be sure to apply the Turkey test to my code.
As a complement here is how to use .net code to pick-up the browser culture and use it.
Threading.Thread.CurrentThread.CurrentCulture = Globalization.CultureInfo.CreateSpecificCulture(HttpContext.Current.Request.UserLanguages(0))

No comments: