LocalizedText
- Last UpdatedMar 10, 2025
- 1 minute read
Contains one row for each string of text that can be returned to a client from AVEVA Historian (for example, error messages and status messages).
If you add new text to the LocalizedText table, you must stop and restart AVEVA Historian for the changes to go into effect.
|
Column |
Data Type |
Description |
|---|---|---|
|
(PK) TextKey |
int NOT NULL |
The unique identifier for the message. |
|
(PK) LanguageID |
int NOT NULL |
The locale ID for the language used. This ID is also used in the SQL Server syslanguages table. |
|
LocalizedText |
nvarchar(max) NULL |
The content of the message. |