Try our conversational search powered by Generative AI!

Class GlobalResources

A strongly-typed resource class, for looking up localized strings, etc.

Inheritance
System.Object
GlobalResources
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer
Assembly: EPiServer.dll
Version: 11.20.7
Syntax
public class GlobalResources

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

Extension Methods