How to detect the Users culture

string sLang ;

sLang = Request.UserLanguages[0];

Response.Write (sLang);