Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.IO.Localization.SaveAsync Property

A method that saves package (Package) specific localization resources (YetaWF.Core.Localize.LocalizationData) for a specific Type (string) to the specified location (Location).

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

Syntax

public static Func<Package,string,Location,LocalizationData?,Task> SaveAsync { get; set; }

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