Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.DataProvider.DataProviderImpl.LocalizeModelAsync Method

(not specified)

Class: YetaWF.Core.DataProvider.DataProviderImpl
Namespace: YetaWF.Core.DataProvider
Assembly: YetaWF.Core

Syntax

public Task LocalizeModelAsync(
    string language,
    Func<string,bool> isHtml,
    Func<List<string>,Task<List<string>>> translateStringsAsync,
    Func<string,Task<string>> translateComplexStringAsync );

Parameters

language

(not specified)

isHtml

(not specified)

translateStringsAsync

(not specified)

translateComplexStringAsync

(not specified)

Remarks

(not specified)

See Also YetaWF.Core.DataProvider.DataProviderImpl ClassYetaWF.Core Overview