Class Strings
A strongly-typed resource class, for looking up localized strings, etc.
Inheritance
System.Object
Strings
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Kephas.Scripting.Resources
Assembly: Kephas.Scripting.dll
Syntax
public class Strings
Properties
| Improve this Doc View SourceCulture
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 |
DefaultScriptProcessor_ExecuteAsync_Exception
Looks up a localized string similar to An error occurred while executing script..
Declaration
public static string DefaultScriptProcessor_ExecuteAsync_Exception { get; }
Property Value
Type | Description |
---|---|
System.String |
DefaultScriptProcessor_ExecuteAsync_MissingLanguageService
Looks up a localized string similar to The script language '{0}' does not have an associated language service..
Declaration
public static string DefaultScriptProcessor_ExecuteAsync_MissingLanguageService { 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 |