Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Packages.Package.LocalizeAsync Method

Loads a package's types and extracts all localizable information (mainly from attributes) and saves the information in a customizable data file

Class: YetaWF.Core.Packages.Package
Namespace: YetaWF.Core.Packages
Assembly: YetaWF.Core

Syntax

public Task<bool> LocalizeAsync( List<string> errorList );

Parameters

errorList

(not specified)

See Also YetaWF.Core.Packages.Package ClassYetaWF.Core Overview