Table of Contents

Class DynamicMessages

Namespace
NuvTools.Resources
Assembly
NuvTools.Resources.dll

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

CultureInfo

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

string

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

string

ResourceManager

Returns the cached ResourceManager instance used by this class.

public static ResourceManager ResourceManager { get; }

Property Value

ResourceManager

ThereIsNoXRegisteredSoFar

Looks up a localized string similar to There is no {0} registered so far..

public static string ThereIsNoXRegisteredSoFar { get; }

Property Value

string

WelcomeX

Looks up a localized string similar to Welcome {0}..

public static string WelcomeX { get; }

Property Value

string

XMustBeEqualY

Looks up a localized string similar to The {0} must be equal {1}..

public static string XMustBeEqualY { get; }

Property Value

string

XMustBeGreaterThanY

Looks up a localized string similar to {0} must be greater than {1}..

public static string XMustBeGreaterThanY { get; }

Property Value

string

XMustBeLessThanY

Looks up a localized string similar to {0} must be less than {1}..

public static string XMustBeLessThanY { get; }

Property Value

string

XNotFound

Looks up a localized string similar to {0} not found..

public static string XNotFound { get; }

Property Value

string