MagicCMS Documentation

LanguageServiceClient..::..GetTranslationsArrayAsync Method

Namespace:  MagicCMS.BingTranslator
Assembly:  MagicCMS.4.5 (in MagicCMS.4.5.dll)

Syntax


public Task<GetTranslationsResponse[]> GetTranslationsArrayAsync(
	string appId,
	string[] texts,
	string from,
	string to,
	int maxTranslations,
	TranslateOptions options
)

Parameters

appId
Type: String
texts
Type: array<String>[]()[][]
from
Type: String
to
Type: String
maxTranslations
Type: Int32
options
Type: MagicCMS.BingTranslator..::..TranslateOptions