Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Image.ImageSupport.LocalizeModelAsync Method

(not specified)

Class: YetaWF.Core.Image.ImageSupport
Namespace: YetaWF.Core.Image
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.Image.ImageSupport ClassYetaWF.Core Overview