Class Resources
A strongly-typed resource class, for looking up localized strings, etc.
public class Resources
- Inheritance
-
Resources
Properties
Culture
Overrides the current thread's CurrentUICulture property for all resource lookups using this strongly typed resource class.
public static CultureInfo Culture { get; set; }
Property Value
ResourceManager
Returns the cached ResourceManager instance used by this class.
public static ResourceManager ResourceManager { get; }
Property Value
RoleNotFound
Looks up a localized string similar to Role {0} does not exist..
public static string RoleNotFound { get; }
Property Value
ValueCannotBeNullOrEmpty
Looks up a localized string similar to Value cannot be null or empty..
public static string ValueCannotBeNullOrEmpty { get; }