VB.NET DIM SLANG As STRING sLang = Request.UserLanguages(0) Response.Write(sLang)
C# string sLang ; sLang = Request.UserLanguages[0]; Response.Write (sLang);
VB.NET Dim sLang As String sLang = Request.UserLanguages(0) Response.Write(sLang)
Your experience on this site will be improved by allowing cookies. Read Cookie Policy