SharedLanguageResourcesTranslateResourceAsync Method
Translate the indicated resource asynchronously.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
public static Task<string> TranslateResourceAsync(
IHost host,
string resourceText
)
Public Shared Function TranslateResourceAsync (
host As IHost,
resourceText As String
) As Task(Of String)
- host IHost
- Extensibility host.
- resourceText String
- Resource to translate.
TaskStringString with the translated text of the resource or
when the resource marker is invalid.