🌐 Localizable notification & email
This commit is contained in:
@ -28,7 +28,7 @@ namespace DysonNetwork.Sphere.Resources {
|
||||
internal static System.Resources.ResourceManager ResourceManager {
|
||||
get {
|
||||
if (object.Equals(null, resourceMan)) {
|
||||
System.Resources.ResourceManager temp = new System.Resources.ResourceManager("DysonNetwork.Sphere.Resources.SharedResource", typeof(SharedResource).Assembly);
|
||||
System.Resources.ResourceManager temp = new System.Resources.ResourceManager("DysonNetwork.Sphere.Resources.Localization.SharedResource", typeof(SharedResource).Assembly);
|
||||
resourceMan = temp;
|
||||
}
|
||||
return resourceMan;
|
||||
@ -44,5 +44,23 @@ namespace DysonNetwork.Sphere.Resources {
|
||||
resourceCulture = value;
|
||||
}
|
||||
}
|
||||
|
||||
internal static string EmailLinkHint {
|
||||
get {
|
||||
return ResourceManager.GetString("EmailLinkHint", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
internal static string EmailFooter1 {
|
||||
get {
|
||||
return ResourceManager.GetString("EmailFooter1", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
internal static string EmailFooter2 {
|
||||
get {
|
||||
return ResourceManager.GetString("EmailFooter2", resourceCulture);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user