In asp.net what is the culture represented by LCID 127?
<%Response.Write(System.Globalization.CultureInfo.InvariantCulture.LCID)%>
Output = 127.
In asp.net what is the culture represented by LCID 127?
<%Response.Write(System.Globalization.CultureInfo.InvariantCulture.LCID)%>
Output = 127.
127 (0x007F
) is the invariant culture ID. It's a special culture - not a normal culture like English or Spanish. You can see all the cultures in this list.