Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.IO.Localization.Location Enumeration

(not specified)

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

Syntax

public enum Location;

Values

NameValueDescription
DefaultResources0Localization resources which are for the default YetaWF language (US-English). These localization resources are embedded in the source code.
InstalledResources1Installed package localization resources. There can be multiple different localization resources for one package in various languages.
CustomResources2Custom package localization resources. There can be multiple different custom localization resources for one package in various languages.
Merge3Used when loading localization resources to merge all resources into one, usually cached localization resource. The expected precedence of localization resources during merging is custom first, then installed, followed by default.

Remarks

(not specified)

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