Class DynamicMessages
A strongly-typed resource class, for looking up localized strings, etc.
public class DynamicMessages
- Inheritance
-
DynamicMessages
- Inherited Members
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
EmailConfirmationContentWithLinkX
Looks up a localized string similar to Please confirm your account by <a href='{0}'>clicking here</a>..
public static string EmailConfirmationContentWithLinkX { get; }
Property Value
PasswordResetEmailContentWithLinkX
Looks up a localized string similar to Please reset your password by <a href='{0}'>clicking here</a>..
public static string PasswordResetEmailContentWithLinkX { get; }
Property Value
ResourceManager
Returns the cached ResourceManager instance used by this class.
public static ResourceManager ResourceManager { get; }
Property Value
ThereIsNoXRegisteredSoFar
Looks up a localized string similar to There is no {0} registered so far..
public static string ThereIsNoXRegisteredSoFar { get; }
Property Value
WelcomeX
Looks up a localized string similar to Welcome {0}..
public static string WelcomeX { get; }
Property Value
XMustBeEqualY
Looks up a localized string similar to The {0} must be equal {1}..
public static string XMustBeEqualY { get; }
Property Value
XMustBeGreaterThanY
Looks up a localized string similar to {0} must be greater than {1}..
public static string XMustBeGreaterThanY { get; }
Property Value
XMustBeLessThanY
Looks up a localized string similar to {0} must be less than {1}..
public static string XMustBeLessThanY { get; }
Property Value
XNotFound
Looks up a localized string similar to {0} not found..
public static string XNotFound { get; }