IsTranslatable Property

Google API

Gets a value indicating whether this language is translatable.

Namespace:  Google.API.Translate
Assembly:  GoogleTranslateAPI (in GoogleTranslateAPI.dll) Version: 0.3.1.107 (0.3.1.107)

Syntax

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

Field Value

true if this language is translatable; otherwise, false.

See Also