Class GlobalResources
A strongly-typed resource class, for looking up localized strings, etc.
Inheritance
Namespace: EPiServer
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public class GlobalResources : Object
Properties
Culture
Overrides the current thread's CurrentUICulture property for all resource lookups using this strongly typed resource class.
Declaration
public static CultureInfo Culture { get; set; }
Property Value
Type | Description |
---|---|
System.Globalization.CultureInfo |
LicenseError
Looks up a localized string similar to <div style="z-index: 30000; text-align: left; color: black; font-size: 0.8em; background-color: #e3e1dd; font-family: Verdana, Arial, sans-serif; position: absolute; left: 30%; top: 30%; padding: .5em; width: 40em; border: .1em solid #575757; height: auto;"><div>There is a license error on this site:<div style="margin: 0.5em 0em; border:solid 1px #575757; background-color:#FFD053; padding-left: 1.0em;">{0}</div>The Web site remains functional, but this message will be displayed until the license error has b [rest of string was truncated]";.
Declaration
public static string LicenseError { get; }
Property Value
Type | Description |
---|---|
System.String |
ResourceManager
Returns the cached ResourceManager instance used by this class.
Declaration
public static ResourceManager ResourceManager { get; }
Property Value
Type | Description |
---|---|
System.Resources.ResourceManager |