Click or drag to resize

EmailTranslations

Texts of emails (subject, body etc...) for each languages.

`EmailTranslations` table.

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

See Also