TranslatableCollection Property

Google API

Gets translatable language collection.

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

Syntax

C#
public static ICollection<Language> TranslatableCollection { get; }
Visual Basic (Declaration)
Public Shared ReadOnly Property TranslatableCollection As ICollection(Of Language)
Visual C++
public:
static property ICollection<Language^>^ TranslatableCollection {
	ICollection<Language^>^ get ();
}

See Also