NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

SystemInformation.MidEastEnabled

Gets whether the system is enabled for Hebrew and Arabic languages.

[Visual Basic]
Public Shared ReadOnly Property MidEastEnabled As Boolean
[C#]
public static bool MidEastEnabled {get;}
[C++]
public: __property static bool get_MidEastEnabled();
[JScript]
public static function get MidEastEnabled() : Boolean;

Property Value

true if the system is enabled for Hebrew or Arabic; otherwise, false.

See Also

SystemInformation Class | SystemInformation Members | System.WinForms Namespace