Type: String
Returns a string indicating the language code corresponding to the language edition of the installed operating system. For example: "en-us" or "en". Requires IE 4+, any platform.
Note: Use of this property requires the Professional or Enterprise Edition of BrowserHawk.
Special notes for this property:
This property applies only to IE 4 and later on any platform
C# Example:
<%
ExtendedOptions options = new ExtendedOptions();
options.AddProperties("LangSystem");
ExtendedBrowserObj extBrow = BrowserObj.GetExtendedBrowser(options);
%>
<html>
LangSystem: <% Response.Write(extBrow.LangSystem); %>
</html>
See Also: