EmailTranslations |
Texts of emails (subject, body etc...) for each languages.
Name | Type | Description |
---|---|---|
EmailId | INT NOT NULL | Id of the email |
LanguageId | INT NOT NULL | Id of the language |
Subject | NVARCHAR(MAX) NOT NULL | Subject of the email for the specified language |
Body | NVARCHAR(MAX) NOT NULL | Body of the email for the specified language |