LangSystem Property (.NET)

 

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:

 

C# Example:

<%

ExtendedOptions options = new ExtendedOptions();

options.AddProperties("LangSystem");

ExtendedBrowserObj extBrow = BrowserObj.GetExtendedBrowser(options);

%>

<html>

LangSystem: <% Response.Write(extBrow.LangSystem); %>

</html>

 

See Also:

Language Property (.NET)

LangUser Property (.NET)

Country Property (.NET)