Server Error in '/' Application.

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

Source Error:


Line 46:         'Response.Write(sLng)
Line 47:         'JAZYK
Line 48:         Thread.CurrentThread.CurrentUICulture = CultureInfo.GetCultureInfo(sLng)
Line 49:         Thread.CurrentThread.CurrentCulture = CultureInfo.CreateSpecificCulture(sLng)
Line 50:         Dim sDat As String() = data.f_GenNakKos(hfSes.Value).Split("|")

Source File: E:\WWW\formulastore.sk\web\site.master.vb    Line: 48

Stack Trace:


[CultureNotFoundException: Culture is not supported.
Parameter name: name
de,de is an invalid culture identifier.]
   System.Globalization.CultureInfo.GetCultureInfo(String name) +14280361
   site.site_Load(Object sender, EventArgs e) in E:\WWW\formulastore.sk\web\site.master.vb:48
   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) +1533


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