SharedLanguageResourcesTranslateResourceAsync Method

Translate the indicated resource asynchronously.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
public static Task<string> TranslateResourceAsync(
	IHost host,
	string resourceText
)

Parameters

host  IHost
Extensibility host.
resourceText  String
Resource to translate.

Return Value

TaskString
String with the translated text of the resource or when the resource marker is invalid.

See Also