Class Resources
A strongly-typed resource class, for looking up localized strings, etc.
Inheritance
System.Object
Resources
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: Simplic.Framework.Properties
Assembly: Simplic.Framework.dll
Syntax
public class Resources
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 |
Remove
Looks up a localized string similar to Entfernen.
Declaration
public static string Remove { get; }
Property Value
Type | Description |
---|---|
System.String |
ResolvePhoneNumber
Looks up a localized string similar to Suche Kontakt....
Declaration
public static string ResolvePhoneNumber { 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 |