Footprints Data Model |
Table |
Table Name | Locale |
Table Definition | A language and locale used to identify a specific dialect. It is used to determine variable forms of words, idioms, numeric format, date format, images, colors, etc. "en-US" for example is United States English, "es-LA" for Latin American Spanish. |
Attribute |
Attribute Name | Attribute Definition | Logical Datatype | Is Required |
Locale Id | The automatically generated primary key of the locale table. | LONG | Yes |
Locale Code | A well-known string identifier used as a code to identify the Locale. | VARCHAR(255) | Yes |
Locale Name | The name of the Locale. | VARCHAR(255) | No |
Is System Flag | Indicates if Is System Flag. | BOOLEAN | No |