Class SupportedLanguage
A single supported language response corresponds to information related to one supported language.
Implements
Inherited Members
Namespace: Google.Apis.Translate.v3.Data
Assembly: Google.Apis.Translate.v3.dll
Syntax
public class SupportedLanguage : IDirectResponseSchema
Properties
DisplayName
Human-readable name of the language localized in the display language specified in the request.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
LanguageCode
Supported language code, generally consisting of its ISO 639-1 identifier, for example, 'en', 'ja'. In certain cases, ISO-639 codes including language and region identifiers are returned (for example, 'zh-TW' and 'zh-CN').
Declaration
[JsonProperty("languageCode")]
public virtual string LanguageCode { get; set; }
Property Value
Type | Description |
---|---|
string |
SupportSource
Can be used as a source language.
Declaration
[JsonProperty("supportSource")]
public virtual bool? SupportSource { get; set; }
Property Value
Type | Description |
---|---|
bool? |
SupportTarget
Can be used as a target language.
Declaration
[JsonProperty("supportTarget")]
public virtual bool? SupportTarget { get; set; }
Property Value
Type | Description |
---|---|
bool? |