Global Resource File asp.net
问题 Okay below image is explaining everything. i have also included the code for further explanation. Thread.CurrentThread.CurrentCulture = New CultureInfo(Session("Lang").ToString()) Dim rm As ResourceManager = New ResourceManager("TodayTimesheet.App_GlobalResources.Lang", Assembly.GetExecutingAssembly()) Dim ci As CultureInfo = Thread.CurrentThread.CurrentCulture btnSubmit.Text = rm.GetString("Add", ci) Error message: An exception of type 'System.Resources.MissingManifestResourceException'