Translations |
Store translation items.
Name | Type | Description |
---|---|---|
LanguageId | INT FOREIGN KEY NOT NULL | Id of the language |
ModuleGuid | UNIQUEIDENTIFIER NOT NULL | Define for which module the config belongs to. |
Key | NVARCHAR(255) NOT NULL | Key associated with the translation |
Value | NVARCHAR(MAX) NOT NULL | Translation of the namespace/key in the specified language |
IsCustom | BIT NOT NULL | Indicates if the translation has been customized (this is for update purpose) |