In asp.net what is the culture represented by LCID 127?
<%Response.Write(System.Globalization.CultureInfo.InvariantCulture.LCID)%>
Output = 127.
It is the "Invariant Culture", i.e. no culture.
See this list of LCID's and associated cultures - it is the first one (127 = 0x007F).