true if the language is valid and supported on this system.

Namespace: Sdl.Core.Globalization
Assembly: Sdl.Core.Globalization (in Sdl.Core.Globalization.dll) Version: 1.8.0.0 (1.8.2470.0)

Syntax

C#
public bool IsSupported { get; }
Visual Basic
Public ReadOnly Property IsSupported As Boolean
	Get
Visual C++
public:
property bool IsSupported {
	bool get ();
}

See Also