I18NMESSAGES table

The I18NMESSAGES table maintains labels in the database that allows any resource bundles to be stored.

Column Name Description Data type
PROFILE Profile for which this label was inserted into the database. Character (256)
NAME* Contains the full name of the resource bundle, For example, the base name, country codes, and variants. Character (256)
MESSAGEKEY* Key that can retrieve the label. Character (256)
MESSAGE The label that needs to be shown to the user. Character (2000)

* Indicates the column is required and not null.

Parent topic: Import and export tables