ResourceStringCultureType Table

The ResourceStringCultureType table holds all translations of all the resource strings.

Table 1. Database columns for ResourceStringCultureType table

Database Column

Details

ResourceString

Type: text (max 256 characters). Key

A unique identifier for a resource string. Foreign key to the ComplianceResourceString table.

CultureType

Type: text (max 12 characters). Key

A unique identifier for a culture type. Foreign key to the ComplianceCultureType table.

ResourceValue

Type: text (max 1000 characters)

A translated resource string.