IHostConfigurationTranslateResourcesAsync Method

Translate resource labels into the corresponding text in the indicated language asynchronously.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
Task<string> TranslateResourcesAsync(
	string text,
	string languageCode
)

Parameters

text  String
Text to translate.
languageCode  String
Language code.

Return Value

TaskString
String with the translate resource.

See Also