Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.IO.Localization.GetFilesAsync Property

Retrieves the files for package (Package) specific localization resources (YetaWF.Core.Localize.LocalizationData) for a specific Type (string). Specify (bool) true to get real files names, false for file names without extension.

Class: YetaWF.Core.IO.Localization
Namespace: YetaWF.Core.IO
Assembly: YetaWF.Core

Syntax

public static Func<Package,string,bool,Task<List<string>>> GetFilesAsync { get; set; }

See Also YetaWF.Core.IO.Localization ClassYetaWF.Core Overview