Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Models.ObjectSupport.TranslateObject Method

(not specified)

Class: YetaWF.Core.Models.ObjectSupport
Namespace: YetaWF.Core.Models
Assembly: YetaWF.Core

Syntax

public static Task<bool> TranslateObject(
    object data,
    string language,
    Func<string,bool> isHtml,
    Func<List<string>,Task<List<string>>> translateStringsAsync,
    Func<string,Task<string>> translateComplexStringAsync,
    List<PropertyInfo>? props = null );

Parameters

data

(not specified)

language

(not specified)

isHtml

(not specified)

translateStringsAsync

(not specified)

translateComplexStringAsync

(not specified)

props

(not specified)

Return Value

(not specified)

Remarks

(not specified)

See Also YetaWF.Core.Models.ObjectSupport ClassYetaWF.Core Overview