Server Error in '/' Application.

Culture is not supported.
Parameter name: name
OtherServices 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
OtherServices is an invalid culture identifier.

Source Error:


Line 34: 
Line 35:             Language = lg.ToString();
Line 36:             ci = new CultureInfo(Language);
Line 37:             Thread.CurrentThread.CurrentUICulture = ci;
Line 38:         }

Source File: d:\Website\Rdpbweb2017\MasterPage.master.cs    Line: 36

Stack Trace:


[CultureNotFoundException: Culture is not supported.
Parameter name: name
OtherServices is an invalid culture identifier.]
   System.Globalization.CultureInfo..ctor(String name, Boolean useUserOverride) +239
   MasterPage.Page_Load(Object sender, EventArgs e) in d:\Website\Rdpbweb2017\MasterPage.master.cs:36
   System.Web.UI.Control.OnLoad(EventArgs e) +108
   System.Web.UI.Control.LoadRecursive() +90
   System.Web.UI.Control.LoadRecursive() +185
   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