UIText Table
The UIText table contains the localized versions of some of the strings used in the user interface. These strings are not part of any other table. The UIText table is for strings that have no logical place in any other table.
The UIText table has the following columns.
Column | Type | Key | Nullable |
---|---|---|---|
Key | Identifier | Y | N |
Text | Text | N | Y |
Columns
-
Key
-
A unique key that identifies the particular string.
-
Text
-
The localized version of the string.
Remarks
Some controls use the UIText table as a source of strings. For information about which strings are required in this table for each particular control, see the individual controls in the User Interface Reference.
Validation