Server Error in '/' Application.

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

Source Error:


Line 39:         if (!IsPostBack)
Line 40:         {
Line 41:             System.Threading.Thread.CurrentThread.CurrentCulture = System.Globalization.CultureInfo.CreateSpecificCulture(LangCode);
Line 42:             System.Threading.Thread.CurrentThread.CurrentUICulture = new System.Globalization.CultureInfo(LangCode);
Line 43: 

Source File: d:\vhosts\blgkimya.com\httpdocs\UserControls\General\SocialLinks.ascx.cs    Line: 41

Stack Trace:


[CultureNotFoundException: Culture is not supported.
Parameter name: name
uygulamalar is an invalid culture identifier.]
   System.Globalization.CultureInfo..ctor(String name, Boolean useUserOverride) +202
   System.Globalization.CultureInfo.CreateSpecificCulture(String name) +156
   UserControls_General_SocialLinks.Page_Load(Object sender, EventArgs e) in d:\vhosts\blgkimya.com\httpdocs\UserControls\General\SocialLinks.ascx.cs:41
   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +52
   System.Web.UI.Control.OnLoad(EventArgs e) +97
   System.Web.UI.Control.LoadRecursive() +61
   System.Web.UI.Control.LoadRecursive() +134
   System.Web.UI.Control.LoadRecursive() +134
   System.Web.UI.Control.LoadRecursive() +134
   System.Web.UI.Control.LoadRecursive() +134
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +693


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