Server Error in '/' Application.

Culture is not supported.
Parameter name: name
SECTION is an invalid culture identifier.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Globalization.CultureNotFoundException: Culture is not supported.
Parameter name: name
SECTION is an invalid culture identifier.

Source Error:


Line 33: 		{
Line 34: 			Language = objLanguage.ToString().ToUpper();
Line 35: 			ci = new CultureInfo(Language);
Line 36: 			Thread.CurrentThread.CurrentUICulture = ci;
Line 37: 		}

Source File: d:\Website\Rdpbweb2017\King\Default.aspx.cs    Line: 35

Stack Trace:


[CultureNotFoundException: Culture is not supported.
Parameter name: name
SECTION is an invalid culture identifier.]
   System.Globalization.CultureInfo..ctor(String name, Boolean useUserOverride) +239
   King_Default.Page_Load(Object sender, EventArgs e) in d:\Website\Rdpbweb2017\King\Default.aspx.cs:35
   System.Web.UI.Control.OnLoad(EventArgs e) +108
   System.Web.UI.Control.LoadRecursive() +90
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1607


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.8.4075.0